Simple and flexible TOML-file based configurations framework


Keywords
configuration, settings, options, toml
License
MIT
Install
pip install quickconf==0.2.0a5

Documentation

GitHub Release PyPI Version Python Versions License
Tests

quickconf

Simple and flexible TOML-file based configurations framework

If TOML Kit is installed, quickconf will use that and supports both reading and writing configuration files. If tomlkit is not available, quickconf will use the Python system library tomllib but will support only reading of configuration files.

Install quickconf with optional dependency save to ensure tomlkit is also installed: pip install quickconf[save]