pyrig-runtime-overrides Documentation
A simple package that contains overrides for pyrig-runtime.
Overview
pyrig-runtime-overrides carries the project overrides applied to pyrig-runtime's own repository. It is a maintenance package for pyrig-runtime itself — not a general-purpose plugin — added as a development dependency to the pyrig-runtime project.
Installation
uv add pyrig-runtime-overrides --dev
uv run pyrig sync
How it works
The package overrides one pyrig class:
- Dependencies — removes
pyrig-runtimefrom the dependencies the base configuration would otherwise add topyproject.toml, avoiding a circular dependency, since pyrig-runtime cannot depend on itself.
API Reference
For class- and method-level details, see the API Reference, generated automatically from the source.