An automated Python package release management tool with AI-powered changelog generation
Project description
Python Release Master
A modern Python package release automation tool that handles everything from version bumping to publishing on PyPI.
Features
- 🚀 One-command release process
- 📦 Automatic package building and publishing with
uv - 🤖 AI-powered changelog generation
- 🔄 Automatic version bumping
- 🎯 GitHub repository creation and release management
- 📝 Smart defaults and minimal configuration
Requirements
- Python 3.8+
- GitHub CLI (
gh) installed and authenticated - PyPI token in environment as
PYPI_TOKEN - OpenAI API key in environment as
OPENAI_API_KEY(optional, for AI features)
Installation
pip install python-release-master
Usage
Simply run the command in your package directory:
python-release-master
Options:
--debugor-d: Enable debug logging--versionor-V: Show version information and exit
This will:
- Analyze changes and bump version
- Generate changelog
- Build and publish to PyPI
- Create GitHub release
Configuration
Configuration is optional and automatically created with smart defaults. If you need to customize, create a .release-master.yaml file:
version:
files: ["pyproject.toml", "src/my_package/__init__.py"]
changelog:
ai:
enabled: true
model: "gpt-4o-mini"
github:
auto_create: true
private: false
pypi:
publish: true
License
MIT
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 python_release_master-0.5.16.tar.gz.
File metadata
- Download URL: python_release_master-0.5.16.tar.gz
- Upload date:
- Size: 30.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.5.26
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ce5b659ed72d30b9d57653538971aa17f2755edc9096402b7003513dd67ee0c7
|
|
| MD5 |
f7111e72e12cd78f563889e79e5a5138
|
|
| BLAKE2b-256 |
857b63022fa6415ff25d055af3c9b6a74c984a63c432a9d5a0f964763516b736
|
File details
Details for the file python_release_master-0.5.16-py3-none-any.whl.
File metadata
- Download URL: python_release_master-0.5.16-py3-none-any.whl
- Upload date:
- Size: 41.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.5.26
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e878eb63111cef166186089ee8cea70a731c508ac5edc251341be49e86f6a8df
|
|
| MD5 |
ebf553b21a227a8d06cc3293748c9fca
|
|
| BLAKE2b-256 |
8eec5b3f7ebc9c2eb0004d07e8127edc62c4d1f3d2e9228b1fdbce1cf323bbd5
|