confy

https://badge.fury.io/py/confy.png https://api.travis-ci.org/jqb/confy.png?branch=master https://coveralls.io/repos/jqb/confy/badge.png?branch=master https://pypip.in/d/confy/badge.png

Pragmatic & flexible configuration loader that makes your app settings clean and sexy. It reads configuration from many differnt sources including: python modules, environment variables and *.ini files.

The project aims to provide not only simple and easy solution to read settings in various formats, but also to give strong convention on how to keep code responsible for loading configuration.

Installation

Simple and straight forward:

pip install confy

Indices and tables

Table Of Contents

Next topic

Quick start

This Page