User configuration manager and documenter


Keywords
configuration, documentation, python, sphinx, sphinx-extension
License
MIT
Install
pip install fica==0.3.1

Documentation

fica

PyPI Run tests codecov Documentation Status

fica is a Python library for managing and documenting the structure of user-specified configurations. With it, you can create dictionaries of configurations that contain default values and descriptions for easily configuring applications with user input and documenting available configurations and their defaults.

fica is compatible with Python 3.8+.

Documentation

You can find the documentation for fica here.

Contributing

See CONTRIBUTING.md.

Changelog

See CHANGELOG.md.