.flake8
AUTHORS.rst
CHANGES.rst
Dockerfile
LICENSE
MANIFEST.in
README.rst
codecov.yml
pytest.ini
run-tests.sh
setup.cfg
setup.py
tox.ini
cernopendata_client/__init__.py
cernopendata_client/cli.py
cernopendata_client/config.py
cernopendata_client/downloader.py
cernopendata_client/printer.py
cernopendata_client/searcher.py
cernopendata_client/utils.py
cernopendata_client/validator.py
cernopendata_client/verifier.py
cernopendata_client/version.py
cernopendata_client/walker.py
cernopendata_client.egg-info/PKG-INFO
cernopendata_client.egg-info/SOURCES.txt
cernopendata_client.egg-info/dependency_links.txt
cernopendata_client.egg-info/entry_points.txt
cernopendata_client.egg-info/requires.txt
cernopendata_client.egg-info/top_level.txt
docs/authors.rst
docs/changes.rst
docs/cliapi.rst
docs/conf.py
docs/contributing.rst
docs/index.rst
docs/installation.rst
docs/license.rst
docs/requirements.txt
docs/usage.rst
docs/_static/logo-cernopendata-client.png
tests/test_cli_download_files.py
tests/test_cli_get_file_locations.py
tests/test_cli_get_metadata.py
tests/test_cli_list_directory.py
tests/test_cli_verify_files.py
tests/test_utils.py
tests/test_validator.py
tests/test_verifier.py
tests/test_version.py