.commitlintrc.yaml
.flake8
.markdownlint.yaml
.mise.toml
.prettierrc.yaml
.readthedocs.yaml
.release-please-config.json
.release-please-manifest.json
.yamllint.yaml
AUTHORS.md
CHANGELOG.md
CLAUDE.md
CONTRIBUTING.md
Dockerfile
LICENSE
MANIFEST.in
README.md
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/metadater.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.md
docs/changes.md
docs/cliapi.md
docs/conf.py
docs/contributing.md
docs/index.md
docs/installation.md
docs/license.md
docs/requirements.txt
docs/usage.md
docs/_static/logo-cernopendata-client.png
tests/conftest.py
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_downloader.py
tests/test_metadater.py
tests/test_utils.py
tests/test_validator.py
tests/test_verifier.py
tests/test_version.py