AUTHORS.rst
CONTRIBUTING.rst
HISTORY.rst
LICENSE
MANIFEST.in
README.rst
pyproject.toml
setup.cfg
setup.py
docs/Makefile
docs/authors.rst
docs/conf.py
docs/contributing.rst
docs/history.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/modules.rst
docs/nessie_client.auth.rst
docs/nessie_client.conf.rst
docs/nessie_client.rst
docs/readme.rst
docs/usage.rst
pynessie/__init__.py
pynessie/_endpoints.py
pynessie/cli.py
pynessie/error.py
pynessie/model.py
pynessie/nessie_client.py
pynessie.egg-info/PKG-INFO
pynessie.egg-info/SOURCES.txt
pynessie.egg-info/dependency_links.txt
pynessie.egg-info/entry_points.txt
pynessie.egg-info/not-zip-safe
pynessie.egg-info/requires.txt
pynessie.egg-info/top_level.txt
pynessie/auth/__init__.py
pynessie/auth/aws.py
pynessie/auth/basic.py
pynessie/auth/config.py
pynessie/conf/__init__.py
pynessie/conf/config_default.yaml
pynessie/conf/config_parser.py
tests/__init__.py
tests/conftest.py
tests/test_nessie_cli.py
tests/test_nessie_client.py