CHANGELOG.rst
CONTRIBUTING.rst
LICENSE.txt
MANIFEST.in
README.rst
docker-registry-show.py
pyproject.toml
pytest.ini
setup.cfg
setup.py
tasks.py
dreg_client/__init__.py
dreg_client/_synth.py
dreg_client/_types.py
dreg_client/auth_service.py
dreg_client/client.py
dreg_client/image.py
dreg_client/manifest.py
dreg_client/py.typed
dreg_client/registry.py
dreg_client/repository.py
dreg_client/schemas.py
dreg_client.egg-info/PKG-INFO
dreg_client.egg-info/SOURCES.txt
dreg_client.egg-info/dependency_links.txt
dreg_client.egg-info/not-zip-safe
dreg_client.egg-info/requires.txt
dreg_client.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/test_auth_service.py
tests/test_client.py
tests/test_image.py
tests/test_registry.py
tests/test_repository.py
tests/util.py
tests/fixtures/blob-container-image-v1.json
tests/fixtures/manifest-v1.json
tests/integration/__init__.py
tests/integration/conftest.py
tests/integration/test_client.py
tests/integration/test_registry.py
tests/integration/fixtures/base/Dockerfile
tests/integration/fixtures/base/base.txt
tests/manifest/__init__.py
tests/manifest/test_parse_image_config.py
tests/manifest/test_parse_manifest.py
tests/manifest/test_platform.py