{"categories":[{"label":"Build Tools","url":"https://skillfed.io/packages/category/software-development-build-tools/3"}],"enrichment":{"capability":"Modifies the version metadata in an already-built wheel file without rebuilding, useful for adding local version suffixes or adjusting package versions post-build.","skillfed_tags":["wheel-packaging","version-management"],"use_cases":["Add a local version suffix to a custom-built wheel for internal or CI/CD distribution without rebuilding.","Adjust the version of a pre-built wheel to match a different release tag or deployment environment.","Patch the version metadata in a wheel artifact when the original build process cannot be easily re-run."],"what_it_does":"change_wheel_version is a command-line tool that rewrites the version string in a wheel file's metadata after the wheel has already been built. It works by modifying the version in the package metadata without requiring a rebuild of the package itself. This is useful when you have a pre-built wheel and need to tag it with a local version identifier or adjust its version for distribution purposes.\n\nThe tool depends on wheel, installer, and packaging to handle the low-level wheel format operations. It requires Python >=3.9. Because it only touches packaging metadata and not version strings embedded in source code, it is not a substitute for proper versioning during the build process, but rather a post-hoc adjustment mechanism for already-compiled artifacts.","worth_installing":"Yes, if you need to modify wheel metadata after build time. Low install friction and no known vulnerabilities make it safe to try. However, dormant maintenance status (701 days since last release) and small user base suggest limited real-world validation\u2014test thoroughly on your wheel format before relying on it in production."},"id":"change-wheel-version","links":{"html":"https://skillfed.io/packages/change-wheel-version","md":"https://skillfed.io/packages/change-wheel-version.md","pypi":"https://pypi.org/project/change-wheel-version/"},"maintenance":{"status":"dormant"},"meta":{"latest_release":"2024-09-12","license_spdx":null,"license_treatment":"unclear","name":"change-wheel-version","python_support":"supports_current","summary":"Change the version of a wheel file"},"popularity":{"monthly_downloads":197852,"position":9745,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.6.0"}
