Metadata-Version: 2.5
Name: badgerp_repology_badge
Version: 0.1.0
Summary: Generate a vertical Repology badge showing all repositories for a project
Author-email: 𝑷𝒉𝒊𝒍𝒐𝒄𝒂𝒍𝒚𝒔𝒕 <regime_skylark.0y@icloud.com>
License-Expression: MIT
Requires-Python: >=3.11
Requires-Dist: coloraide
Requires-Dist: drawsvg~=2.0
Description-Content-Type: text/markdown

# repology-badge

A [badger](https://github.com/) plugin that queries the
[Repology](https://repology.org/) API for a project and generates a
vertical SVG badge listing every repository that packages it, colored by
package status (newest, outdated, devel, legacy, etc.).

Rendering is done with `drawsvg` and `coloraide`, styled to match badger's
own badge typography and theming.

This package is not meant to be used as a standalone library — badger loads
`plugin.py`'s `run()` function directly as its entrypoint.
