pyrig-overrides Documentation
A simple package that contains overrides for pyrig.
Overview
pyrig-overrides carries the project overrides applied to pyrig's own repository. It is a maintenance package for pyrig itself — not a general-purpose plugin — added as a development dependency to the pyrig project.
Installation
uv add pyrig-overrides --dev
uv run pyrig sync
How it works
The package overrides two pyrig classes:
- Project metadata — extends the generated
pyproject.tomlwith pyrig-specific PyPI trove classifiers and discovery keywords. - Dependency audit — an extension point for adjusting the arguments passed
to
pip-audit.
API Reference
For class- and method-level details, see the API Reference, generated automatically from the source.