Metadata-Version: 2.4
Name: prettyconf
Version: 2.3.0
Summary: Separation of settings from code.
Author-email: Osvaldo Santana Neto <prettyconf@osantana.me>
License-Expression: MIT
Project-URL: Source, https://github.com/osantana/prettyconf
Project-URL: Download, https://github.com/osantana/prettyconf/releases
Keywords: asyncio,dispatcher,message,microservices,tasks
Classifier: Development Status :: 5 - Production/Stable
Classifier: Framework :: Django
Classifier: Framework :: Flask
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.9
Description-Content-Type: text/x-rst
License-File: LICENSE.txt
License-File: AUTHORS.md
Provides-Extra: aws
Requires-Dist: boto3<2.0.0,>=1.28.0; extra == "aws"
Dynamic: license-file

prettyconf
==========

|Coverage Status| |Docs| |Codacy|

Pretty Conf is a Python library created to make easy the separation of
configuration and code following the recomendations of `12 Factor`_'s topic
about configs.

It is strongly inspired in `python-decouple`_ and both provides a similar
API.


Documentation
-------------

You can find ``prettyconf`` documentation at `Read the Docs`_ website.


.. _`12 Factor`: http://12factor.net/
.. _`Read the Docs`: http://prettyconf.readthedocs.org/
.. _`python-decouple`: https://github.com/henriquebastos/python-decouple

.. |Coverage Status| image:: https://coveralls.io/repos/osantana/prettyconf/badge.svg?branch=main
   :target: https://coveralls.io/r/osantana/prettyconf?branch=main
.. |Docs| image:: https://readthedocs.org/projects/prettyconf/badge/?version=latest
   :target: https://readthedocs.org/projects/prettyconf/?badge=latest
.. |Codacy| image:: https://app.codacy.com/project/badge/Grade/e5caa8df7068427b829fb1f9760de3bc
    :target: https://app.codacy.com/gh/osantana/prettyconf/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade
