Ecosyste.ms: Awesome
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: 5 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 (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-11-11T17:31:53.000Z (almost 3 years ago)
- Last Synced: 2024-10-13T09:03:46.636Z (22 days ago)
- Topics: configuration, mit, python, python-2, python-3, twelve-factor
- Language: Python
- Homepage: https://pypi.python.org/pypi/prettyconf
- Size: 142 KB
- Stars: 178
- Watchers: 14
- Forks: 9
- Open Issues: 6
-
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
==========|Build Status| |Coverage Status| |Docs| |Codacy| |Landscape|
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.. |Build Status| image:: https://circleci.com/gh/osantana/prettyconf.svg?style=svg
:target: https://circleci.com/gh/osantana/prettyconf
.. |Coverage Status| image:: https://coveralls.io/repos/osantana/prettyconf/badge.svg?branch=master
:target: https://coveralls.io/r/osantana/prettyconf?branch=master
.. |Docs| image:: https://readthedocs.org/projects/prettyconf/badge/?version=latest
:target: https://readthedocs.org/projects/prettyconf/?badge=latest
.. |Codacy| image:: https://api.codacy.com/project/badge/grade/65576e834eb74d529921d8625347a5a1
:target: https://www.codacy.com/app/osantana/prettyconf
.. |Landscape| image:: https://landscape.io/github/osantana/prettyconf/master/landscape.svg?style=flat
:target: https://landscape.io/github/osantana/prettyconf/master