Skip to main content

Helpers for a better version management in python projects

Project description

Version Helper

version-helper is a package for a better version management in python projects.

License?

from version_helper import Version

# Parse output from `git describe --tag` and return a semantic versioning compatible `Version` object
v = Version.get_from_git_describe()

# Output core version string including major, minor and patch
print(v.core)

# Output full Semantic Version string including core, prerelease and build metadata
print(v.full)

Table of Contents

Publish

poetry publish --build [-r testpypi]

References

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

version-helper-0.1.0rc0.tar.gz (4.5 kB view hashes)

Uploaded Source

Built Distribution

version_helper-0.1.0rc0-py3-none-any.whl (5.0 kB view hashes)

Uploaded 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