API¶
A pyrig plugin that manages a project's .env file.
rig ¶
Integration namespace exposing this plugin's contributions to pyrig.
Mirrors pyrig's own rig layout, the shared convention this plugin's
contributions must follow to be usable by pyrig's tooling.
configs ¶
This plugin's config-file contributions to pyrig.
pyrig discovers these during pyrig sync and generates or updates the
corresponding files in projects that install the plugin.
env ¶
Configuration for the target project's .env file.
EnvConfigFile ¶
Bases: DictConfigFile
Config file manager for the target project's .env file.
Only ever creates an empty .env file when one is missing; its content is
never read or overwritten afterward, so users are free to populate and
maintain secrets and local environment variables by hand. Excluded from
version control so those secrets are never committed.