Autosemver
This small module provides an easy way to automatically manage the evrsion of your python modules by extracting information directly from the version control system (currently only git supported, patches welcome).
Once installed (ex. pip install autosemver), adding a single line in your setup.py file is enough to start using it:
setup(
name='some-package',
url='http://my.fancy/shrubbery',
...
install_requires=['some_important_dep', 'autosemver'],
...
setup_requires=['autosemver'],
...
autosemver=True,
)
That will use tags, commit messages (searches for lines like Sem-Ver: ... and * Incompatible) to generate a version compatible with the semantic versioning standard (https://semver.org/).
Read the full documentation here: http://autosemver.readthedocs.io
Release files for autosemver 1.0.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| autosemver-1.0.0.tar.gz | 14.4 kB | Details |
Release files / autosemver-1.0.0.tar.gz
| Download URL | autosemver-1.0.0.tar.gz |
|---|---|
| Size | 14.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
6dec39e5099382998b8c6864961f8314374368535e799bdd311d93721cde0810
|
|
BLAKE2b-256 checksum How to use checksums |
7ae517db0f85ee5045c2c9cb620ebd5e212e7045d511a98cfaec10099422cea3
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.9.0
|