.coveragerc
.gitignore
.isort.cfg
.pre-commit-config.yaml
.readthedocs.yml
AUTHORS.md
CHANGELOG.md
CONTRIBUTING.md
LICENSE.txt
README.md
pyproject.toml
setup.cfg
setup.py
tox.ini
.github/workflows/pypi-publish.yml
.github/workflows/pypi-test.yml
docs/Makefile
docs/authors.md
docs/changelog.md
docs/conf.py
docs/contributing.md
docs/index.md
docs/license.md
docs/readme.md
docs/requirements.txt
docs/tutorial.md
docs/_static/.gitignore
src/gypsum_client/__init__.py
src/gypsum_client/_github.py
src/gypsum_client/_utils.py
src/gypsum_client/auth.py
src/gypsum_client/cache_directory.py
src/gypsum_client/clone_operations.py
src/gypsum_client/config.py
src/gypsum_client/create_operations.py
src/gypsum_client/fetch_metadata_database.py
src/gypsum_client/fetch_metadata_schema.py
src/gypsum_client/fetch_operations.py
src/gypsum_client/list_operations.py
src/gypsum_client/prepare_directory_for_upload.py
src/gypsum_client/probation_operations.py
src/gypsum_client/refresh_operations.py
src/gypsum_client/remove_operations.py
src/gypsum_client/resolve_links.py
src/gypsum_client/rest_url.py
src/gypsum_client/s3_config.py
src/gypsum_client/save_operations.py
src/gypsum_client/search_metadata.py
src/gypsum_client/set_operations.py
src/gypsum_client/upload_api_operations.py
src/gypsum_client/upload_file_actions.py
src/gypsum_client/validate_metadata.py
src/gypsum_client.egg-info/PKG-INFO
src/gypsum_client.egg-info/SOURCES.txt
src/gypsum_client.egg-info/dependency_links.txt
src/gypsum_client.egg-info/not-zip-safe
src/gypsum_client.egg-info/requires.txt
src/gypsum_client.egg-info/top_level.txt
tests/conftest.py
tests/test_auth.py
tests/test_clone.py
tests/test_fetch.py
tests/test_fetch_metadata_database.py
tests/test_fetch_metadata_schema.py
tests/test_latest.py
tests/test_list.py
tests/test_permissions.py
tests/test_prepare_dir_upload.py
tests/test_probation.py
tests/test_quota.py
tests/test_remove.py
tests/test_save.py
tests/test_search.py
tests/test_upload.py
tests/test_utils.py