.gitignore
.pre-commit-config.yaml
CONTRIBUTING.md
LICENSE
README.md
pyproject.toml
uv.lock
.github/workflows/live.yaml
.github/workflows/prtitle.yaml
.github/workflows/publish.yaml
.github/workflows/test.yaml
ape_sourcify/__init__.py
ape_sourcify/client.py
ape_sourcify/config.py
ape_sourcify/dependency.py
ape_sourcify/exceptions.py
ape_sourcify/explorer.py
ape_sourcify/networks.py
ape_sourcify/py.typed
ape_sourcify/types.py
ape_sourcify/verify.py
ape_sourcify/version.py
ape_sourcify.egg-info/PKG-INFO
ape_sourcify.egg-info/SOURCES.txt
ape_sourcify.egg-info/dependency_links.txt
ape_sourcify.egg-info/requires.txt
ape_sourcify.egg-info/scm_file_list.json
ape_sourcify.egg-info/scm_version.json
ape_sourcify.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/test_client.py
tests/test_dependency.py
tests/test_explorer.py
tests/test_live.py
tests/test_verify.py