A Python library for loading static configuration from YAML, JSON, and Python files. Current version 0.11.1, released July 2021. Infrequently updated; supports Python >=3.6.
pip install pystaticconfigurationVerified import paths — ran on the pinned version, not inferred.
Loads a YAML config file and retrieves a key.
Use 'from staticconf.config import Configuration' not 'from pystaticconfiguration import ...'.
In test setup, do 'config = Configuration(); config.clear()' or use 'config.reset()'.
Replace 'from staticconf import build' with 'from staticconf.config import Configuration'.