.gitignore
.pre-commit-config.yaml
CHANGELOG.md
CONTRIBUTING.md
LICENSE
README.md
pyproject.toml
setup.cfg
setup.py
.github/release-drafter.yml
.github/workflows/commitlint.yaml
.github/workflows/draft.yaml
.github/workflows/prtitle.yaml
.github/workflows/publish.yaml
.github/workflows/test.yaml
src/ape/__init__.py
src/ape/_cli.py
src/ape/py.typed
src/ape/utils.py
src/ape/version.py
src/ape/api/__init__.py
src/ape/api/accounts.py
src/ape/api/base.py
src/ape/api/compiler.py
src/ape/api/config.py
src/ape/api/explorers.py
src/ape/api/networks.py
src/ape/api/providers.py
src/ape/convert/__init__.py
src/ape/data/default-config.yaml
src/ape/data/network-config.yaml
src/ape/managers/__init__.py
src/ape/managers/accounts.py
src/ape/managers/compilers.py
src/ape/managers/config.py
src/ape/managers/networks.py
src/ape/managers/project.py
src/ape/plugins/__init__.py
src/ape/plugins/account.py
src/ape/plugins/compiler.py
src/ape/plugins/config.py
src/ape/plugins/network.py
src/ape/plugins/pluggy_patch.py
src/ape/types/__init__.py
src/ape/types/abstract.py
src/ape/types/contract.py
src/ape/types/manifest.py
src/ape_accounts/__init__.py
src/ape_accounts/_cli.py
src/ape_accounts/accounts.py
src/ape_accounts/py.typed
src/ape_compile/__init__.py
src/ape_compile/_cli.py
src/ape_compile/py.typed
src/ape_console/__init__.py
src/ape_console/_cli.py
src/ape_ethereum/__init__.py
src/ape_ethereum/ecosystem.py
src/ape_ethereum/py.typed
src/ape_etherscan/__init__.py
src/ape_etherscan/explorer.py
src/ape_etherscan/py.typed
src/ape_infura/__init__.py
src/ape_infura/providers.py
src/ape_infura/py.typed
src/ape_networks/__init__.py
src/ape_networks/_cli.py
src/ape_plugins/__init__.py
src/ape_plugins/_cli.py
src/ape_pm/__init__.py
src/ape_pm/compiler.py
src/ape_pm/py.typed
src/ape_test/__init__.py
src/ape_test/providers.py
src/ape_test/py.typed
src/eth_ape.egg-info/PKG-INFO
src/eth_ape.egg-info/SOURCES.txt
src/eth_ape.egg-info/dependency_links.txt
src/eth_ape.egg-info/entry_points.txt
src/eth_ape.egg-info/not-zip-safe
src/eth_ape.egg-info/requires.txt
src/eth_ape.egg-info/top_level.txt
tests/conftest.py
tests/test_cli.py
tests/test_manifest.py
tests/manifests/escrow.json
tests/manifests/owned.json
tests/manifests/piper-coin.json
tests/manifests/safe-math-lib.json
tests/manifests/standard-token.json
tests/manifests/transferable.json
tests/manifests/wallet-with-send.json
tests/manifests/wallet.json