Home¶
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¶
How it works¶
The package overrides three pyrig classes:
- Project metadata — extends the generated
pyproject.tomlwith pyrig-specific PyPI trove classifiers and discovery keywords. - Docs config — disables mkdocstrings' default member filter in the
generated
zensical.toml, so pyrig's single-underscore override methods are documented in the API reference. - Tool dependencies — excludes pyrig itself from its own dev dependencies it declares automatically.
API Reference¶
For class- and method-level details, see the API Reference, generated automatically from the source.