Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 724 Bytes

File metadata and controls

23 lines (15 loc) · 724 Bytes

Installation and Requirements

Python >= 3.11 is required.

uv add python-package-folder

# or

pip install python-package-folder

Note: For publishing functionality, you'll also need twine:

pip install twine
# or
uv add twine

For 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.