Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 1.4 KB

File metadata and controls

20 lines (15 loc) · 1.4 KB

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]