# change_wheel_version
A script to change the version of a package inside a pre-existing wheel.
This is useful for e.g. adding a local version to a custom built wheel, without having to jury rig
its build process:
```bash
pipx run change_wheel_version some.whl --local-version special.build.info
```
Note that this only affects the packaging metadata, not any version numbers in code.
Raw data
{
"_id": null,
"home_page": null,
"name": "change-wheel-version",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.9",
"maintainer_email": null,
"keywords": "wheel, version, packaging",
"author": null,
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/d7/2c/82f4d49f940d499e0d5789e1aa713ef95558f32969d7d192416c70b3cf65/change_wheel_version-0.6.0.tar.gz",
"platform": null,
"description": "# change_wheel_version\n\nA script to change the version of a package inside a pre-existing wheel.\n\nThis is useful for e.g. adding a local version to a custom built wheel, without having to jury rig\nits build process:\n\n```bash\npipx run change_wheel_version some.whl --local-version special.build.info\n```\n\nNote that this only affects the packaging metadata, not any version numbers in code.\n\n",
"bugtrack_url": null,
"license": null,
"summary": "Change the version of a wheel file",
"version": "0.6.0",
"project_urls": {
"changelog": "https://github.com/hauntsaninja/change_wheel_version/blob/master/CHANGELOG.md",
"repository": "https://github.com/hauntsaninja/change_wheel_version"
},
"split_keywords": [
"wheel",
" version",
" packaging"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "66e653594793da46da734521e116e66e443dad18f35659f2c94dd805a38a0505",
"md5": "571287f00d354860ad1e3afee0c8b6e4",
"sha256": "c79ec22867d96174b0eb141d6001e2e62f3d0df74a7b573ed6f540b88861af92"
},
"downloads": -1,
"filename": "change_wheel_version-0.6.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "571287f00d354860ad1e3afee0c8b6e4",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 4952,
"upload_time": "2024-09-12T23:15:42",
"upload_time_iso_8601": "2024-09-12T23:15:42.996241Z",
"url": "https://files.pythonhosted.org/packages/66/e6/53594793da46da734521e116e66e443dad18f35659f2c94dd805a38a0505/change_wheel_version-0.6.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "d72c82f4d49f940d499e0d5789e1aa713ef95558f32969d7d192416c70b3cf65",
"md5": "f3220cff7424606decfbf4cddac4a5ed",
"sha256": "63ceddbb3b630f3fca5901910af859137c9a5cae5f1d0abd4815a4cc4638aa99"
},
"downloads": -1,
"filename": "change_wheel_version-0.6.0.tar.gz",
"has_sig": false,
"md5_digest": "f3220cff7424606decfbf4cddac4a5ed",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 4192,
"upload_time": "2024-09-12T23:15:44",
"upload_time_iso_8601": "2024-09-12T23:15:44.470310Z",
"url": "https://files.pythonhosted.org/packages/d7/2c/82f4d49f940d499e0d5789e1aa713ef95558f32969d7d192416c70b3cf65/change_wheel_version-0.6.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-09-12 23:15:44",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "hauntsaninja",
"github_project": "change_wheel_version",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"tox": true,
"lcname": "change-wheel-version"
}