Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/mansenfranzen/confipy
Browse files Browse the repository at this point in the history
  • Loading branch information
mansenfranzen committed Oct 10, 2016
2 parents 796ef05 + 4a151c4 commit a6d7e69
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion readme.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
.. image:: https://coveralls.io/repos/github/mansenfranzen/confipy/badge.svg
:target: https://coveralls.io/github/mansenfranzen/confipy

.. image:: https://travis-ci.org/mansenfranzen/confipy.svg?branch=master
:target: https://travis-ci.org/mansenfranzen/confipy

confipy
=======
A convenient config file reader
Expand All @@ -8,4 +14,4 @@ Pythons configparser lacks builtin list and nested data support.
YAML and json lack variable substitution and the including of referenced config files.

confipy reads YAML, configparser and json files while adding support for variable substitution and the automatic insertion of referenced config files.
confipy supports config objects with dot notation instead of bracketing access.
confipy supports config objects with dot notation instead of bracketing access.

0 comments on commit a6d7e69

Please sign in to comment.