Contents

poetry-dynamic-versioning 1.2.0

0

Plugin for Poetry to enable dynamic versioning based on VCS tags

Plugin for Poetry to enable dynamic versioning based on VCS tags

Stars: 557, Watchers: 557, Forks: 36, Open Issues: 3

The mtkennerly/poetry-dynamic-versioning repo was created 4 years ago and the last code push was 3 weeks ago.
The project is popular with 557 github stars!

How to Install poetry-dynamic-versioning

You can install poetry-dynamic-versioning using pip

pip install poetry-dynamic-versioning

or add it to a project with poetry

poetry add poetry-dynamic-versioning

Package Details

Author
Matthew T. Kennerly
License
MIT
Homepage
https://github.com/mtkennerly/poetry-dynamic-versioning
PyPi:
https://pypi.org/project/poetry-dynamic-versioning/
GitHub Repo:
https://github.com/mtkennerly/poetry-dynamic-versioning

Classifiers

  • Software Development/Version Control
  • Software Development/Version Control/Bazaar
  • Software Development/Version Control/Git
  • Software Development/Version Control/Mercurial
No  poetry-dynamic-versioning  pypi packages just yet.

Errors

A list of common poetry-dynamic-versioning errors.

Code Examples

Here are some poetry-dynamic-versioning code examples and snippets.

GitHub Issues

The poetry-dynamic-versioning package has 3 open issues on GitHub

  • Recommended way of generating docs with dynamic versioning?

See more issues on GitHub

Related Packages & Articles

commitizen 3.21.3

The commitizen Python package is a release management tool designed to streamline and standardize the process of committing changes in a team setting. It assumes that your team uses a standard way of committing rules and based on that, it can automatically bump your project's version, create a changelog, and update files. By default, commitizen uses conventional commits, but it allows for customization of rules. The package provides a command-line utility to create commits with your rules, and it can display information about your commit rules.

PyScaffold 4.5

The pyscaffold Python package is a project generator designed to bootstrap high-quality Python packages that are ready to be shared on PyPI and installable via pip. It encourages the adoption of the best tools and practices of the Python ecosystem, aiming to enhance productivity. After installation, it provides a putup command to generate a project template with necessary configurations and setups. The generated project is an already initialized git repository, and it uses setuptools for packaging, Sphinx for documentation, and pytest for running automated tests. The package also supports versioning and git integration, making it a comprehensive tool for Python project setup.