A Poetry plugin that integrates setuptools-scm
Project description
A Poetry plugin that integrates setuptools-scm to console
Updates pyproject.toml file version with a calculated one
Versions are calculated taking into account the distance between current commit and last tagged one, and current commit revision hash
Supported schemes are the main ones exposed by setuptools-scm:
scm: formats according to setuptools_scm get_version default behavior. e.g. 0.1.dev1+g1e0ede4
date: formats current date and distance, e.g. 2025.4.1.1.dev1+g9d4edec . Scheme used is calver_by_date function
branch: Use branch based versioning of library. Scheme used is release_branch_semver_version function
Prerequisites of projects using this plugin:
- A [tool.setuptools_scm] section declared
- A git tag with your starting version if different from default one is recommended
examples:
poetry version-calculate
Ouputs something like 1.0.1.dev1+g1e0ede4
poetry version-calculate date
2025.4.1.1.dev1+g1e0ede4
Note about date format:
Two digits year is taken by default, you can change this behaviour making a previous git tag with a different supporten format, in this case for example
git tag 2025.4.1
Set default format
You can configure default format by adding the following entry (the example sets date format)
[tool.poetry-setuptools-scm-support]
default-format = "date"
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file poetry_setuptools_scm_support-0.5.8.tar.gz.
File metadata
- Download URL: poetry_setuptools_scm_support-0.5.8.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.2 CPython/3.10.12 Linux/6.8.0-57-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e301ca49a710a891a893d50e8c5d134d43a6c6012e3a625348a7c9ab636dd732
|
|
| MD5 |
87d0b554636d5f6d57b6b1814cc1a27f
|
|
| BLAKE2b-256 |
1a5a08a45f9f7d1309b0fd0cdbbc327168a60aed95fb5bd0980d676d8704ca15
|
File details
Details for the file poetry_setuptools_scm_support-0.5.8-py3-none-any.whl.
File metadata
- Download URL: poetry_setuptools_scm_support-0.5.8-py3-none-any.whl
- Upload date:
- Size: 4.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.2 CPython/3.10.12 Linux/6.8.0-57-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
61bb49de38156f43389faacc7e13943770f455ef4917454ce8ce028a30cafabb
|
|
| MD5 |
ffcef009aae8f3a0a774b46b7aecebc9
|
|
| BLAKE2b-256 |
251a9ab9bcee31c0e67c7763b64984887ad3f8639fa41259b52dcfc3116bf36e
|