.. ConfigGuard documentation master file, created by sphinx-quickstart on Tue Apr 30 16:00:00 2025. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. ########################## Welcome to ConfigGuard! ########################## .. image:: https://img.shields.io/pypi/v/configguard.svg :target: https://pypi.org/project/configguard/ :alt: PyPI version .. image:: https://img.shields.io/pypi/pyversions/configguard.svg :target: https://pypi.org/project/configguard/ :alt: Python versions .. image:: https://img.shields.io/pypi/l/configguard.svg :target: https://github.com/ParisNeo/ConfigGuard/blob/main/LICENSE :alt: License **Tired of fragile, untyped, and insecure configuration files in your Python projects?** **ConfigGuard** is here to revolutionize how you manage application settings. Move beyond basic dictionaries and ``.ini`` files to a robust, schema-driven system that offers **type safety, validation, encryption, versioning, multiple storage backends, and effortless migration.** Built for developers who demand reliability and flexibility, ConfigGuard ensures your configurations are always valid, secure, and easy to manage, saving you debugging time and preventing runtime errors. .. note:: This documentation assumes you have basic familiarity with Python. For installation instructions, see the :doc:`installation` page. .. toctree:: :maxdepth: 2 :caption: Getting Started: installation usage .. toctree:: :maxdepth: 2 :caption: API Reference: api Indices and tables ================== * :ref:`genindex` * :ref:`modindex` * :ref:`search`