LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
oras/__init__.py
oras/client.py
oras/container.py
oras/decorator.py
oras/defaults.py
oras/logger.py
oras/oci.py
oras/provider.py
oras/schemas.py
oras/types.py
oras/version.py
oras.egg-info/PKG-INFO
oras.egg-info/SOURCES.txt
oras.egg-info/dependency_links.txt
oras.egg-info/not-zip-safe
oras.egg-info/requires.txt
oras.egg-info/top_level.txt
oras/auth/__init__.py
oras/auth/base.py
oras/auth/basic.py
oras/auth/ecr.py
oras/auth/token.py
oras/auth/utils.py
oras/main/__init__.py
oras/main/login.py
oras/tests/__init__.py
oras/tests/annotations.json
oras/tests/artifact.txt
oras/tests/conftest.py
oras/tests/run_registry.sh
oras/tests/snakeoil.crt
oras/tests/test_oci.py
oras/tests/test_oras.py
oras/tests/test_provider.py
oras/tests/test_utils.py
oras/tests/auth/__init__.py
oras/tests/auth/test_auth.py
oras/tests/upload_data/artifact.txt
oras/utils/__init__.py
oras/utils/fileio.py
oras/utils/request.py