All Projects → osantana → Prettyconf

osantana / Prettyconf

Licence: mit
A extensible library for Settings/Code separation

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Prettyconf

Configurate
A simple configuration library for Java applications providing a node structure, a variety of formats, and tools for transformation
Stars: ✭ 148 (-14.45%)
Mutual labels:  configuration
Mit 6.824 2018
Solutions to mit 6.824 2018
Stars: ✭ 158 (-8.67%)
Mutual labels:  mit
Apollo.net
Apollo配置中心.Net客户端
Stars: ✭ 165 (-4.62%)
Mutual labels:  configuration
Env
Simple lib to parse environment variables to structs
Stars: ✭ 2,164 (+1150.87%)
Mutual labels:  configuration
Libelektra
Elektra serves as a universal and secure framework to access configuration parameters in a global, hierarchical key database.
Stars: ✭ 155 (-10.4%)
Mutual labels:  configuration
Crypto Notepad
🔑 Simple notepad for Windows with encryption features
Stars: ✭ 160 (-7.51%)
Mutual labels:  mit
I3 Rice Rin Shelter
My i3wm rice with theme "Rin : shelter"
Stars: ✭ 146 (-15.61%)
Mutual labels:  configuration
Glow
mpv Config File Generator for Windows
Stars: ✭ 167 (-3.47%)
Mutual labels:  configuration
Ifvisible.js
Crossbrowser & lightweight way to check if user is looking at the page or interacting with it.
Stars: ✭ 1,896 (+995.95%)
Mutual labels:  mit
Configs
Scala wrapper for Typesafe config
Stars: ✭ 164 (-5.2%)
Mutual labels:  configuration
Qconf
Qihoo Distributed Configuration Management System
Stars: ✭ 1,843 (+965.32%)
Mutual labels:  configuration
Dotter
A dotfile manager and templater written in rust 🦀
Stars: ✭ 154 (-10.98%)
Mutual labels:  configuration
Config
Configuration module for Nest framework (node.js) 🍓
Stars: ✭ 161 (-6.94%)
Mutual labels:  configuration
Homematic Manager
Homematic Device Configuration and Administration
Stars: ✭ 149 (-13.87%)
Mutual labels:  configuration
Dot Hammerspoon
My personal Hammerspoon configuration - mirrored from GitLab
Stars: ✭ 165 (-4.62%)
Mutual labels:  configuration
Condenserdotnet
API Condenser / Reverse Proxy using Kestrel and Consul, Including light weight consul lib
Stars: ✭ 147 (-15.03%)
Mutual labels:  configuration
Magento2 Configurator
Magento 2 Configurator
Stars: ✭ 158 (-8.67%)
Mutual labels:  configuration
Config
Various program configuration files and scripts
Stars: ✭ 173 (+0%)
Mutual labels:  configuration
Simple Settings
A simple way to manage your project settings.
Stars: ✭ 165 (-4.62%)
Mutual labels:  configuration
Color Scheme
color-scheme,颜色方案,color主题,scheme,webstrom,phpstrom,pytharm,配色方案,编辑器,xfce4主题,护眼,暗色,dark
Stars: ✭ 162 (-6.36%)
Mutual labels:  configuration

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].