Python >= 3.11 is required.
uv add python-package-folder
# or
pip install python-package-folderNote: For publishing functionality, you'll also need twine:
pip install twine
# or
uv add twineFor secure credential storage: keyring is optional but recommended (install with pip install keyring)
For automatic version resolution: The tool uses a Python-native implementation that requires no additional dependencies. It follows Angular Commit Message Conventions as used by semantic-release.