Name | python-release-master JSON |
Version |
0.5.29
JSON |
| download |
home_page | None |
Summary | An automated Python package release management tool with AI-powered changelog generation |
upload_time | 2025-02-01 01:43:08 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.8.1 |
license | MIT |
keywords |
automation
cd
changelog
ci
pypi
release
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# 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
```bash
pip install python-release-master
```
## Usage
Simply run the command in your package directory:
```bash
python-release-master
```
Options:
- `--debug` or `-d`: Enable debug logging
- `--version` or `-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:
```yaml
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
Raw data
{
"_id": null,
"home_page": null,
"name": "python-release-master",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8.1",
"maintainer_email": null,
"keywords": "automation, cd, changelog, ci, pypi, release",
"author": null,
"author_email": "Kareem Elbahrawy <kareem.elbahrawy@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/69/4f/cc35fe5efde692e986203645d63ca675d3d37ed01a4e4320e23066b474f3/python_release_master-0.5.29.tar.gz",
"platform": null,
"description": "# Python Release Master\n\nA modern Python package release automation tool that handles everything from version bumping to publishing on PyPI.\n\n## Features\n\n- \ud83d\ude80 One-command release process\n- \ud83d\udce6 Automatic package building and publishing with `uv`\n- \ud83e\udd16 AI-powered changelog generation\n- \ud83d\udd04 Automatic version bumping\n- \ud83c\udfaf GitHub repository creation and release management\n- \ud83d\udcdd Smart defaults and minimal configuration\n\n## Requirements\n\n- Python 3.8+\n- GitHub CLI (`gh`) installed and authenticated\n- PyPI token in environment as `PYPI_TOKEN`\n- OpenAI API key in environment as `OPENAI_API_KEY` (optional, for AI features)\n\n## Installation\n\n```bash\npip install python-release-master\n```\n\n## Usage\n\nSimply run the command in your package directory:\n\n```bash\npython-release-master\n```\n\nOptions:\n- `--debug` or `-d`: Enable debug logging\n- `--version` or `-V`: Show version information and exit\n\nThis will:\n- Analyze changes and bump version\n- Generate changelog\n- Build and publish to PyPI\n- Create GitHub release\n\n## Configuration\n\nConfiguration is optional and automatically created with smart defaults. If you need to customize, create a `.release-master.yaml` file:\n\n```yaml\nversion:\n files: [\"pyproject.toml\", \"src/my_package/__init__.py\"]\n\nchangelog:\n ai:\n enabled: true\n model: \"gpt-4o-mini\"\n\ngithub:\n auto_create: true\n private: false\n\npypi:\n publish: true\n```\n\n## License\n\nMIT ",
"bugtrack_url": null,
"license": "MIT",
"summary": "An automated Python package release management tool with AI-powered changelog generation",
"version": "0.5.29",
"project_urls": null,
"split_keywords": [
"automation",
" cd",
" changelog",
" ci",
" pypi",
" release"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "e3ffead43e7c1f8c9293db82d2a2bfe60f65a75df3ccad9746253f9da7776c75",
"md5": "0bf8694df8ed29a99a0a28ebd3caef6a",
"sha256": "6b9ea003b46951b3cf1ed9fd5f058964bc2fc47721522af7a802ae19a06790b2"
},
"downloads": -1,
"filename": "python_release_master-0.5.29-py3-none-any.whl",
"has_sig": false,
"md5_digest": "0bf8694df8ed29a99a0a28ebd3caef6a",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8.1",
"size": 52841,
"upload_time": "2025-02-01T01:43:06",
"upload_time_iso_8601": "2025-02-01T01:43:06.027428Z",
"url": "https://files.pythonhosted.org/packages/e3/ff/ead43e7c1f8c9293db82d2a2bfe60f65a75df3ccad9746253f9da7776c75/python_release_master-0.5.29-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "694fcc35fe5efde692e986203645d63ca675d3d37ed01a4e4320e23066b474f3",
"md5": "d2a98681450546668ddb834656a6ce3b",
"sha256": "d440b9755d1738b60c5a23fa5590c1819cd671362b80dbd7f608ca37a73b2744"
},
"downloads": -1,
"filename": "python_release_master-0.5.29.tar.gz",
"has_sig": false,
"md5_digest": "d2a98681450546668ddb834656a6ce3b",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8.1",
"size": 42574,
"upload_time": "2025-02-01T01:43:08",
"upload_time_iso_8601": "2025-02-01T01:43:08.082137Z",
"url": "https://files.pythonhosted.org/packages/69/4f/cc35fe5efde692e986203645d63ca675d3d37ed01a4e4320e23066b474f3/python_release_master-0.5.29.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-02-01 01:43:08",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "python-release-master"
}