.gitignore
.pre-commit-config.yaml
CHANGELOG.md
CONTRIBUTING.md
LICENSE
README.md
build_docs.py
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/docs.yaml
.github/workflows/draft.yaml
.github/workflows/prtitle.yaml
.github/workflows/publish.yaml
.github/workflows/test.yaml
docs/conf.py
docs/index.rst
docs/quickstart.rst
docs/_autoapi_templates/python/data.rst
docs/_autoapi_templates/python/module.rst
docs/_static/custom.css
docs/_static/custom.js
docs/_templates/layout.html
src/ape/__init__.py
src/ape/_cli.py
src/ape/harambe.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/address.py
src/ape/api/base.py
src/ape/api/compiler.py
src/ape/api/config.py
src/ape/api/contracts.py
src/ape/api/convert.py
src/ape/api/explorers.py
src/ape/api/networks.py
src/ape/api/providers.py
src/ape/convert/__init__.py
src/ape/managers/__init__.py
src/ape/managers/accounts.py
src/ape/managers/compilers.py
src/ape/managers/config.py
src/ape/managers/converters.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/converter.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/types/signatures.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/converters.py
src/ape_ethereum/ecosystem.py
src/ape_ethereum/py.typed
src/ape_http/__init__.py
src/ape_http/providers.py
src/ape_http/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_run/__init__.py
src/ape_run/_cli.py
src/ape_run/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/README.md
tests/__init__.py
tests/conftest.py
tests/functional/__init__.py
tests/functional/conversion/test_ether.py
tests/functional/manifests/__init__.py
tests/functional/manifests/conftest.py
tests/functional/manifests/test_manifest.py
tests/functional/manifests/data/escrow.json
tests/functional/manifests/data/owned.json
tests/functional/manifests/data/piper-coin.json
tests/functional/manifests/data/safe-math-lib.json
tests/functional/manifests/data/standard-token.json
tests/functional/manifests/data/transferable.json
tests/functional/manifests/data/wallet-with-send.json
tests/functional/manifests/data/wallet.json
tests/integration/__init__.py
tests/integration/cli/__init__.py
tests/integration/cli/conftest.py
tests/integration/cli/test_accounts.py
tests/integration/cli/test_compile.py
tests/integration/cli/test_console.py
tests/integration/cli/test_misc.py
tests/integration/cli/test_run.py
tests/integration/cli/data/projects/empty-config/ape-config.yaml
tests/integration/cli/data/projects/no-config/.gitkeep
tests/integration/cli/data/projects/one-interface/contracts/Interface.json
tests/integration/cli/data/projects/script/scripts/deploy.py