Skip to main content

A simple tool to automatically write git tag name to version field of python setup files.

Project description

py_version_from_tag

py_version_from_tag is a simple CLI tool that will obtain the tag name of the current commit, extract version from it and write it to python setup file.

This can be very useful in automatic build processes, so you don't need to manually update version string in setup files when you have already written it as a tag name.

Usage

Prerequisites:

  • Your working directory should be placed on a valid git repository
  • The current commit (HEAD) should be tagged
    python -m pip install py_version_from_tag
    python -m py_version_from_tag -p {path to pyproject.toml}

Alternatively, if the current commit is not tagged, but you want to use the latest commit as version, you can use the -l switch, like this:

    python -m py_version_from_tag -l

For full list of available options, run

    python -m py_version_from_tag -h

Notes

  • Currently, only pyproject.toml file is supported as a setup file
  • Tag name should contain a valid version information, for example: "v3.1.2", "1.2.3", "v4.5.6_alpha" are all examples of valid tag version names

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

py_version_from_tag-1.2.0.tar.gz (14.8 kB view hashes)

Uploaded Source

Built Distribution

py_version_from_tag-1.2.0-py3-none-any.whl (5.1 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