.gitignore
.pre-commit-config.yaml
CONTRIBUTING.md
LICENSE
README.md
pyproject.toml
setup.cfg
setup.py
.github/PULL_REQUEST_TEMPLATE.md
.github/release-drafter.yml
.github/ISSUE_TEMPLATE/bug.md
.github/ISSUE_TEMPLATE/feature.md
.github/ISSUE_TEMPLATE/work-item.md
.github/workflows/commitlint.yaml
.github/workflows/draft.yaml
.github/workflows/publish.yaml
.github/workflows/test.yaml
.github/workflows/title.yaml
.vscode/settings.json
ape-avalanche/__init__.py
ape-avalanche/ecosystem.py
ape-avalanche/py.typed
ape-avalanche/version.py
ape_avalanche.egg-info/PKG-INFO
ape_avalanche.egg-info/SOURCES.txt
ape_avalanche.egg-info/dependency_links.txt
ape_avalanche.egg-info/not-zip-safe
ape_avalanche.egg-info/requires.txt
ape_avalanche.egg-info/top_level.txt
tests/.gitkeep
tests/test_basic.py