1
Fork 0
mirror of https://github.com/Steffo99/cfig.git synced 2024-10-16 14:27:38 +00:00
cfig/docs/index.rst
2022-04-21 01:32:20 +02:00

44 lines
712 B
ReStructuredText

####
cfig
####
The :mod:`cfig` package provides a simple but powerful configuration manager for Python applications.
Pitch
=====
Ever had trouble making your application configurable?
Ever fought with global objects which impeded code reuse?
Ever had a confused user ask you how to configure your application?
In that case, :mod:`cfig` is for you!
Minimal example
===============
.. image:: example-definition.png
.. image:: example-usage.png
.. image:: example-configuration.png
Table of contents
=================
.. toctree::
goals
installation
quickstart
reference
glossary
Other tables and links
======================
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`