Skip to main content

Tools to handle automatic semantic versioning in python

Project description

Latest commit build status Documentation License Latest PyPI - Version Code style PyPI - Downloads

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

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

autosemver-1.0.0.tar.gz (14.4 kB view hashes)

Uploaded source

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