pdm-bump
Bump tool
Tools for managing project versions and bumping them to new releases.
A small PEP440 compliant bump utility for the Python development master.
42 stars
1 watching
8 forks
Language: Python
last commit: 2 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
peritus/bumpversion | Automates version updates in source code by incrementing a specified part of the version number. | 1,503 |
carstencodes/pdm-audit | A tool to inspect and audit the packages installed by a package manager | 4 |
fabiospampinato/bump | Automates updating version numbers and generating changelogs for software releases. | 412 |
arrdem/git-bump | Automates version number bumps in Git-based projects | 34 |
carstencodes/pdm-sbom | A tool to generate a software bill of materials from PDM based projects | 7 |
c4urself/bump2version | Automates version number updates in source code | 1,063 |
pawamoy/copier-pdm | Automates Python project setup and deployment with pre-configured tools and templates | 85 |
pdm-project/setup-pdm | Automates setup of PDM for various Python versions in GitHub Actions workflows | 85 |
pdm-project/tox-pdm | A plugin that enables tox to use PDM as its package manager and installer | 25 |
pdm-project/pdm-download | Downloads packages from a lockfile for offline use | 17 |
pdm-project/pdm-build-locked | A tool that adds locked packages as additional optional dependencies to distribution metadata | 8 |
python/peps | A central repository of Python language enhancements and improvements | 4,452 |
aviksaikat/cookiecutter-pdm-pypackage | A pre-configured template for building a modern Python package with dependency management and testing tools | 6 |
frostming/pdm-packer | A tool that packages Python projects into standalone zip archives. | 48 |
pawamoy/pdm-multirun | Enables running tests on multiple Python versions within a single build process | 8 |