Opset simplifies configuration management for Python applications across development, testing, and production. Current version 4.3.0, supports Python >=3.10,<4.0. Active development.
pip install opsetNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Define a typed configuration schema with environment variable overrides.
Update calls to Conf.var: add default=... and use required=True instead of mandatory=True.
Use env='VAR_NAME' instead of from_env=True.
Use 'true' or 'false' (lowercase) for bool environment variables.
Use conf = Conf(child=Conf.child(...)) instead of conf = Conf(child=Conf(...)).
No dependency data recorded yet.
No resource links recorded.