Programmatically edit python package versions for testing.
Project description
testver
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file testver-0.3.1.tar.gz
.
File metadata
- Download URL: testver-0.3.1.tar.gz
- Upload date:
- Size: 4.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.26.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4f8e3f2dffcce21251b70249e94ce01b815d4a0cba722fa26e23945600851ca6 |
|
MD5 | fb7f515f23e81192c5952896ec749342 |
|
BLAKE2b-256 | 3b9f9406b4ddba46ba1948910c45bba8394eb9029a64ed90552327037e56d544 |
File details
Details for the file testver-0.3.1-py2.py3-none-any.whl
.
File metadata
- Download URL: testver-0.3.1-py2.py3-none-any.whl
- Upload date:
- Size: 4.1 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.26.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0f66f16bd709fe2e4a35f546a1115c7f2772a1e2a1873101ea833de25d2fc4b6 |
|
MD5 | ac7af601e54a25b3aaea71f7e0a4ab94 |
|
BLAKE2b-256 | d2c94983d3b7e112a5c5f14aac28c0313947d080e11a566c7d911d2bfc966273 |