# python-versioneer/python-versioneer

version-string management for VCS-controlled trees

Repository: https://github.com/python-versioneer/python-versioneer
Canonical: https://ross.abutalabs.com/products/python-versioneer
Language: Python
License: Unlicense
License Family: permissive
Last push: 2026-06-01T11:06:34+00:00

## Health v2 (maintenance only)
Score: 61/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 85, release rhythm 8, longevity 100
- inputs: {"age_days": 5405, "days_push": 93, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1093, forks 152 (observed 2026-08-28T04:03:33.583211+00:00)

## What it is
Versioneer is a Python tool that manages version strings for setuptools-based projects by deriving them automatically from version-control tags (primarily Git). It eliminates the manual step of updating embedded version numbers during releases.

## Use cases
- automatically derive package version from git tags
- stop manually updating version strings in setup.py
- manage versions for sdists built from git tarballs
- keep python package version in sync with VCS
- set up versioning for a setuptools project

## When to choose
- your Python package is hosted in Git and built with setuptools
- you want tag-driven, zero-maintenance version numbers
- you distribute both VCS checkouts and release tarballs

## When to avoid
- your project doesn't use setuptools
- you prefer modern PEP 621 tooling like setuptools-scm or hatch-vcs
- your VCS is not Git or a supported system

## Facets
- artifact type: library
- maturity: stable
- function: build-tool, version-control, developer-tools
- domain: developer-tools, version-control
- platform: python, cli, cross-platform
- tags: setuptools, versioning, git, packaging, release-automation, automation

## Member repositories
- python-versioneer/python-versioneer (main) score 61

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:33.583211+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T06:48:58.286051+00:00, confidence not recorded.
  - readme: https://github.com/python-versioneer/python-versioneer (fetched 2026-08-28T04:03:33.583211+00:00, sha ef44505d84ab)
- Data as of 2026-08-30T08:39:29.467469+00:00.
