LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
confpy/__init__.py
confpy/api.py
confpy/cmd.py
confpy/example.py
confpy/exc.py
confpy/parser.py
confpy.egg-info/PKG-INFO
confpy.egg-info/SOURCES.txt
confpy.egg-info/dependency_links.txt
confpy.egg-info/entry_points.txt
confpy.egg-info/requires.txt
confpy.egg-info/top_level.txt
confpy/core/__init__.py
confpy/core/compat.py
confpy/core/config.py
confpy/core/namespace.py
confpy/core/option.py
confpy/loaders/__init__.py
confpy/loaders/base.py
confpy/loaders/ini.py
confpy/loaders/json.py
confpy/loaders/pyfile.py
confpy/options/__init__.py
confpy/options/boolopt.py
confpy/options/listopt.py
confpy/options/numopt.py
confpy/options/stropt.py
confpy/templates/example.ini
confpy/templates/example.json
tests/core/__init__.py
tests/core/test_config.py
tests/core/test_namespace.py
tests/loaders/__init__.py
tests/loaders/test_ini_loader.py
tests/loaders/test_json_loader.py
tests/loaders/test_python_loader.py
tests/options/__init__.py
tests/options/test_boolopt.py
tests/options/test_listopt.py
tests/options/test_numopt.py
tests/options/test_stropt.py