1
Fork 0
mirror of https://github.com/Steffo99/cfig.git synced 2024-10-16 14:27:38 +00:00
cfig/docs/index.rst

51 lines
908 B
ReStructuredText
Raw Permalink Normal View History

2022-04-19 02:09:05 +00:00
####
cfig
####
2022-04-20 02:15:10 +00:00
The :mod:`cfig` package provides a simple but powerful configuration manager for Python applications.
2022-04-19 02:09:05 +00:00
2022-04-20 23:32:20 +00:00
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!
2022-04-20 23:32:20 +00:00
Screenshots
===========
2022-04-20 23:32:20 +00:00
.. figure:: example-definition.png
2022-04-20 23:32:20 +00:00
An example configuration value is defined.
2022-04-20 23:32:20 +00:00
.. figure:: example-usage.png
The previously defined configuration value is used in the program.
.. figure:: example-configuration.png
An user configuring the program previews the current configuration.
2022-04-20 23:32:20 +00:00
2022-04-20 20:29:40 +00:00
Table of contents
=================
2022-04-19 02:09:05 +00:00
2022-04-20 20:29:40 +00:00
.. toctree::
2022-04-19 02:09:05 +00:00
2022-04-20 20:29:40 +00:00
goals
2022-04-20 23:32:20 +00:00
installation
quickstart
advanced
2022-04-20 20:29:40 +00:00
reference
2022-04-19 02:09:05 +00:00
Other tables and links
======================
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`