{"categories":[{"label":"Build Tools","url":"https://skillfed.io/packages/category/software-development-build-tools/5"}],"enrichment":{"capability":"blurb is a command-line tool that manages CPython's release notes by splitting Misc/NEWS into individual entry files to eliminate merge conflicts, then recombining them on demand.","skillfed_tags":["cpython-specific","release-management"],"use_cases":["CPython contributor adding a NEWS entry for a commit without manually editing Misc/NEWS or resolving conflicts","Release manager combining all pending entries into a single Misc/NEWS file during the release process","Cherry-picking commits across CPython branches while automatically carrying the correct NEWS entry along","Automating release notes generation by running blurb merge to reconstruct Misc/NEWS on demand"],"what_it_does":"blurb is a specialized tool for CPython core development that solves the problem of merge conflicts in the Misc/NEWS file by splitting it into many individual entry files stored in Misc/NEWS.d. Each entry gets a unique filename based on timestamp and MD5 hash, ensuring no collisions even when multiple developers commit simultaneously. The tool provides subcommands to add new entries (which opens an editor for you to fill in a GitHub issue number and select a section), merge entries back into a single NEWS file, and manage releases.\n\nThe package is designed to be run from within a CPython repository and automatically uses the correct file paths. It supports Python 3.9 through 3.14 with no external runtime dependencies, making installation straightforward. For CPython contributors, the typical workflow is simply running `blurb add` (or just `blurb` with no arguments) to create a new entry; release managers use additional subcommands like `blurb merge` and `blurb release` to recombine entries and prepare releases.","worth_installing":"Yes, if you are a CPython core contributor or release manager. The tool directly solves the stated problem of Misc/NEWS merge conflicts and is actively maintained with no security vulnerabilities. For developers outside CPython core, it has no utility. Install via pip with no friction."},"id":"blurb","links":{"html":"https://skillfed.io/packages/blurb","md":"https://skillfed.io/packages/blurb.md","pypi":"https://pypi.org/project/blurb/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2025-01-15","license_spdx":null,"license_treatment":"permissive","name":"blurb","python_support":"supports_current","summary":"Command-line tool to manage CPython Misc/NEWS.d entries."},"popularity":{"monthly_downloads":103682,"position":12792,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"2.0.0"}
