Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 350 Bytes

File metadata and controls

13 lines (9 loc) · 350 Bytes

Config Template

A simple template for loading the configuration from a config-file using dataclasses and adaptix.

Features

  • Load config from TOML file
  • Easily extendable
  • Easily adjustable to other formats
  • Overload config by environment variables
  • Adjustable environment variables mapping
  • Adjustable config validation with adaptix