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
- Host: GitHub
- URL: https://github.com/osantana/prettyconf
- Owner: osantana
- License: mit
- Created: 2015-04-01T22:03:16.000Z (about 10 years ago)
- Default Branch: main
- Last Pushed: 2025-03-25T19:31:12.000Z (20 days ago)
- Last Synced: 2025-04-05T11:07:51.300Z (9 days ago)
- Topics: configuration, mit, python, python-2, python-3, twelve-factor
- Language: Python
- Homepage: https://pypi.python.org/pypi/prettyconf
- Size: 179 KB
- Stars: 179
- Watchers: 13
- Forks: 10
- Open Issues: 2
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.txt
- Funding: .github/FUNDING.yml
- License: LICENSE.txt
Awesome Lists containing this project
- my-awesome-starred - prettyconf - A extensible library for Settings/Code separation (Python)
- awesome-made-by-brazilians - prettyconf
- starred-awesome - prettyconf - A extensible library for Settings/Code separation (Python)
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