A library and command-line tool for generating Github-style badges (SVG images). Current version: 3.0.1, requires Python >=3.4, release cadence is irregular.
pip install pybadgesVerified import paths — ran on the pinned version, not inferred.
Generate a simple SVG badge and print its beginning.
Use `from pybadges import badge` and call `badge(left_text='...', right_text='...', ...)`.
Use `from pybadges import badge` in Python scripts.
Wrap the SVG string with `<a href="...">...</a>` in your HTML.