An open API service indexing awesome lists of open source software.

https://github.com/osantana/prettyconf

A extensible library for Settings/Code separation
https://github.com/osantana/prettyconf

configuration mit python python-2 python-3 twelve-factor

Last synced: 2 days ago
JSON representation

A extensible library for Settings/Code separation

Awesome Lists containing this project

README

        

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