Skip to content

v2.0.0

Compare
Choose a tag to compare
@RobertoPrevato RobertoPrevato released this 08 Apr 16:21
· 14 commits to main since this release
9603e04
  • Renames the main namespace to config, to reduce the verbosity of import statements.
  • Adds a method to obtain type checked configuration items (e.g. with pydantic
    or custom classes).
  • Adds support to read secrets stored in the user folder, for development purpose.
  • Adds a CLI to administer local secrets stored in the user folder.
  • Adds a FileConfigurationSource base class.
  • Migrates to pyproject.toml.
  • Add support for .env files bound using python-dotenv.