MANIFEST.in
README.md
pyproject.toml
setup.py
LICENSES/BSD-3-Clause.txt
doc/api.rst
doc/click.rst
doc/conf.py
doc/config.rst
doc/example_alias.py
doc/example_cli.py
doc/example_config.py
doc/example_defaults.py
doc/example_logging.py
doc/example_options.py
doc/index.rst
doc/install.rst
doc/links.rst
doc/logging.rst
doc/nitpick-exceptions.txt
doc/rc.rst
doc/data/basic_config.py
doc/data/second_config.py
src/clapper/__init__.py
src/clapper/click.py
src/clapper/config.py
src/clapper/logging.py
src/clapper/rc.py
src/clapper.egg-info/PKG-INFO
src/clapper.egg-info/SOURCES.txt
src/clapper.egg-info/dependency_links.txt
src/clapper.egg-info/entry_points.txt
src/clapper.egg-info/requires.txt
src/clapper.egg-info/top_level.txt
src/clapper.egg-info/zip-safe
tests/__init__.py
tests/conftest.py
tests/test_click.py
tests/test_config.py
tests/test_logging.py
tests/test_rc.py
tests/data/__init__.py
tests/data/basic_config.py
tests/data/complex.py
tests/data/oldjson.cfg
tests/data/second_config.py
tests/data/test_dump_config.py
tests/data/test_dump_config2.py
tests/data/userdefaults_ex1.cfg
tests/data/verbose_config.py