Skip to main content

Facilities for working with VCS repositories

Project description

https://img.shields.io/pypi/v/jaraco.vcs.svg https://img.shields.io/pypi/pyversions/jaraco.vcs.svg tests Ruff https://img.shields.io/badge/skeleton-2025-informational

Usage

jaraco.vcs provides classes for inspecting and working with repositories in the Mercurial and Git version control systems (VCS).

The classes provided are designed to use subprocess invocation to leverage the command-line interfaces of the VCS tools hg and git. An in-process Repo for Mercurial exists but has been disabled due to issues that arise when run in certain environments (namely setuptools sandboxing).

Auto Version Numbering

This project adds support for automatically generating project version numbers from a source code repository under development.

To use this feature, the project must follow the following assumptions:

  • Repo tags are used to indicate released versions.

  • Tag names are specified as the version only (i.e. 0.1 or v0.1 and not release-0.1)

  • Released versions currently must conform to the Version in packaging. Any tags that don’t match this scheme will be ignored.

Thereafter, use the Repo.get_current_version to determine the version of the local code. If the current revision is tagged with a valid version, that version will be used. Otherwise, the tags in the repo will be searched, the latest release will be found, and the function will infer the upcoming release version.

For example, if the repo contains the tags 0.1, 0.2, and 0.3 and the repo is not on any of those tags, get_current_version will return ‘0.3.1dev’ and get_current_version(increment=’0.1’) will return ‘0.4dev’.

Example:

>>> import jaraco.vcs
>>> jaraco.vcs.repo().get_current_version()
'9.0.1.dev0'

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

jaraco_vcs-2.4.1.tar.gz (18.5 kB view details)

Uploaded Source

Built Distribution

jaraco_vcs-2.4.1-py3-none-any.whl (10.3 kB view details)

Uploaded Python 3

File details

Details for the file jaraco_vcs-2.4.1.tar.gz.

File metadata

  • Download URL: jaraco_vcs-2.4.1.tar.gz
  • Upload date:
  • Size: 18.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.2

File hashes

Hashes for jaraco_vcs-2.4.1.tar.gz
Algorithm Hash digest
SHA256 1b3b1a4a9bebe14c0bba1ff17f30e01b4eacc3d64724fad6b51a3ee657fc4de5
MD5 c1816b4b296e91f90a2ec632ac72b362
BLAKE2b-256 896e1c98078a579cebf5ad62f3ac721044886b1a1bac14273ca4e6df6f21bf00

See more details on using hashes here.

File details

Details for the file jaraco_vcs-2.4.1-py3-none-any.whl.

File metadata

  • Download URL: jaraco_vcs-2.4.1-py3-none-any.whl
  • Upload date:
  • Size: 10.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.2

File hashes

Hashes for jaraco_vcs-2.4.1-py3-none-any.whl
Algorithm Hash digest
SHA256 f29e9445c506c6559ed58ae1e5dab7a2f3132c905acaf3dfcce9e0f3de1a8391
MD5 5c9844872d729202828304f528ce7a2d
BLAKE2b-256 1054b48d43fbd3041249108dccfa539bc358803528166c5141eba0f99ae4b2ef

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page