LICENSE
MANIFEST.in
README.rst
setup.py
confpy/__init__.py
confpy/__init__.pyc
confpy/api.py
confpy/cmd.py
confpy/example.py
confpy/example.pyc
confpy/exc.py
confpy/exc.pyc
confpy/parser.py
confpy/parser.pyc
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/__pycache__/__init__.cpython-34.pyc
confpy/__pycache__/__init__.cpython-35.pyc
confpy/__pycache__/__init__.cpython-36.pyc
confpy/__pycache__/__init__.cpython-37.pyc
confpy/__pycache__/example.cpython-34.pyc
confpy/__pycache__/example.cpython-35.pyc
confpy/__pycache__/example.cpython-36.pyc
confpy/__pycache__/example.cpython-37.pyc
confpy/__pycache__/exc.cpython-34.pyc
confpy/__pycache__/exc.cpython-35.pyc
confpy/__pycache__/exc.cpython-36.pyc
confpy/__pycache__/exc.cpython-37.pyc
confpy/__pycache__/parser.cpython-34.pyc
confpy/__pycache__/parser.cpython-35.pyc
confpy/__pycache__/parser.cpython-36.pyc
confpy/__pycache__/parser.cpython-37.pyc
confpy/core/__init__.py
confpy/core/__init__.pyc
confpy/core/compat.py
confpy/core/compat.pyc
confpy/core/config.py
confpy/core/config.pyc
confpy/core/namespace.py
confpy/core/namespace.pyc
confpy/core/option.py
confpy/core/option.pyc
confpy/core/__pycache__/__init__.cpython-34.pyc
confpy/core/__pycache__/__init__.cpython-35.pyc
confpy/core/__pycache__/__init__.cpython-36.pyc
confpy/core/__pycache__/__init__.cpython-37.pyc
confpy/core/__pycache__/compat.cpython-34.pyc
confpy/core/__pycache__/compat.cpython-35.pyc
confpy/core/__pycache__/compat.cpython-36.pyc
confpy/core/__pycache__/compat.cpython-37.pyc
confpy/core/__pycache__/config.cpython-34.pyc
confpy/core/__pycache__/config.cpython-35.pyc
confpy/core/__pycache__/config.cpython-36.pyc
confpy/core/__pycache__/config.cpython-37.pyc
confpy/core/__pycache__/namespace.cpython-34.pyc
confpy/core/__pycache__/namespace.cpython-35.pyc
confpy/core/__pycache__/namespace.cpython-36.pyc
confpy/core/__pycache__/namespace.cpython-37.pyc
confpy/core/__pycache__/option.cpython-34.pyc
confpy/core/__pycache__/option.cpython-35.pyc
confpy/core/__pycache__/option.cpython-36.pyc
confpy/core/__pycache__/option.cpython-37.pyc
confpy/loaders/__init__.py
confpy/loaders/__init__.pyc
confpy/loaders/base.py
confpy/loaders/base.pyc
confpy/loaders/ini.py
confpy/loaders/ini.pyc
confpy/loaders/json.py
confpy/loaders/json.pyc
confpy/loaders/pyfile.py
confpy/loaders/pyfile.pyc
confpy/loaders/__pycache__/__init__.cpython-34.pyc
confpy/loaders/__pycache__/__init__.cpython-35.pyc
confpy/loaders/__pycache__/__init__.cpython-36.pyc
confpy/loaders/__pycache__/__init__.cpython-37.pyc
confpy/loaders/__pycache__/base.cpython-34.pyc
confpy/loaders/__pycache__/base.cpython-35.pyc
confpy/loaders/__pycache__/base.cpython-36.pyc
confpy/loaders/__pycache__/base.cpython-37.pyc
confpy/loaders/__pycache__/ini.cpython-34.pyc
confpy/loaders/__pycache__/ini.cpython-35.pyc
confpy/loaders/__pycache__/ini.cpython-36.pyc
confpy/loaders/__pycache__/ini.cpython-37.pyc
confpy/loaders/__pycache__/json.cpython-34.pyc
confpy/loaders/__pycache__/json.cpython-35.pyc
confpy/loaders/__pycache__/json.cpython-36.pyc
confpy/loaders/__pycache__/json.cpython-37.pyc
confpy/loaders/__pycache__/pyfile.cpython-34.pyc
confpy/loaders/__pycache__/pyfile.cpython-35.pyc
confpy/loaders/__pycache__/pyfile.cpython-36.pyc
confpy/loaders/__pycache__/pyfile.cpython-37.pyc
confpy/options/__init__.py
confpy/options/__init__.pyc
confpy/options/boolopt.py
confpy/options/boolopt.pyc
confpy/options/listopt.py
confpy/options/listopt.pyc
confpy/options/numopt.py
confpy/options/numopt.pyc
confpy/options/stropt.py
confpy/options/stropt.pyc
confpy/options/__pycache__/__init__.cpython-34.pyc
confpy/options/__pycache__/__init__.cpython-35.pyc
confpy/options/__pycache__/__init__.cpython-36.pyc
confpy/options/__pycache__/__init__.cpython-37.pyc
confpy/options/__pycache__/boolopt.cpython-34.pyc
confpy/options/__pycache__/boolopt.cpython-35.pyc
confpy/options/__pycache__/boolopt.cpython-36.pyc
confpy/options/__pycache__/boolopt.cpython-37.pyc
confpy/options/__pycache__/listopt.cpython-34.pyc
confpy/options/__pycache__/listopt.cpython-35.pyc
confpy/options/__pycache__/listopt.cpython-36.pyc
confpy/options/__pycache__/listopt.cpython-37.pyc
confpy/options/__pycache__/numopt.cpython-34.pyc
confpy/options/__pycache__/numopt.cpython-35.pyc
confpy/options/__pycache__/numopt.cpython-36.pyc
confpy/options/__pycache__/numopt.cpython-37.pyc
confpy/options/__pycache__/stropt.cpython-34.pyc
confpy/options/__pycache__/stropt.cpython-35.pyc
confpy/options/__pycache__/stropt.cpython-36.pyc
confpy/options/__pycache__/stropt.cpython-37.pyc
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