Skip to main content

Programmatically edit python package versions for testing.

Project description

testver

PyPI version

Programmatically edit python package versions for testing.

When publishing a python package from a continuous integration system, it can be useful to publish it to a test package repository such as test.pypi.org.

However, package repositories only accept a certain version of a package once. To get around this, this package edits the python version in your python code (defined as the <package>.__version__ variable).

This works well with systems such as flit, that require versions to be specified in the code.

Usage:

testver src/ --dryrun

This will print out all the changes the script would make. It goes through the directory you pass, and searchers for python files called __init__.py or __version__.py (common ways of naming the files in which version numbers are specified).

Once found, if --dryrun is not specified, it will modify the python source code. Make sure you can easily revert this locally if you are testing (i.e. commit changes before you run this).

testver src/

For an example on how to use this in a continuous integration system, see the workflow file of this repository.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

testver-0.3.1.tar.gz (4.9 kB view hashes)

Uploaded Source

Built Distribution

testver-0.3.1-py2.py3-none-any.whl (4.1 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page