.gitignore
.pre-commit-config.yaml
CONTRIBUTING.md
LICENSE
README.md
ape-config.yaml
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/codeql.yml
.github/workflows/commitlint.yaml
.github/workflows/draft.yaml
.github/workflows/prtitle.yaml
.github/workflows/publish.yaml
.github/workflows/test.yaml
ape_vyper/__init__.py
ape_vyper/_cli.py
ape_vyper/_utils.py
ape_vyper/ast.py
ape_vyper/config.py
ape_vyper/coverage.py
ape_vyper/exceptions.py
ape_vyper/flattener.py
ape_vyper/imports.py
ape_vyper/interface.py
ape_vyper/traceback.py
ape_vyper/version.py
ape_vyper.egg-info/PKG-INFO
ape_vyper.egg-info/SOURCES.txt
ape_vyper.egg-info/dependency_links.txt
ape_vyper.egg-info/entry_points.txt
ape_vyper.egg-info/not-zip-safe
ape_vyper.egg-info/requires.txt
ape_vyper.egg-info/top_level.txt
ape_vyper/compiler/__init__.py
ape_vyper/compiler/api.py
ape_vyper/compiler/_versions/__init__.py
ape_vyper/compiler/_versions/base.py
ape_vyper/compiler/_versions/vyper_02.py
ape_vyper/compiler/_versions/vyper_03.py
ape_vyper/compiler/_versions/vyper_04.py
tests/__init__.py
tests/conftest.py
tests/ExampleDependency/contracts/Dependency.vy
tests/contracts/failing_contracts/contract_undeclared_variable.vy
tests/contracts/failing_contracts/contract_unknown_pragma.vy
tests/contracts/passing_contracts/contract_no_pragma.vy
tests/contracts/passing_contracts/contract_with_dev_messages.vy
tests/contracts/passing_contracts/empty.vy
tests/contracts/passing_contracts/erc20.vy
tests/contracts/passing_contracts/evm_pragma.vy
tests/contracts/passing_contracts/flatten_me.vy
tests/contracts/passing_contracts/non_payable_default.vy
tests/contracts/passing_contracts/older_version.vy
tests/contracts/passing_contracts/optimize_codesize.vy
tests/contracts/passing_contracts/payable_default.vy
tests/contracts/passing_contracts/pragma_with_space.vy
tests/contracts/passing_contracts/use_iface.vy
tests/contracts/passing_contracts/use_iface2.vy
tests/contracts/passing_contracts/zero_four.vy
tests/contracts/passing_contracts/zero_four_module.vy
tests/contracts/passing_contracts/zero_four_module_2.vy
tests/contracts/passing_contracts/zero_four_snekmate_erc20.vy
tests/contracts/passing_contracts/DirectoryWithExtension.vy/README.md
tests/contracts/passing_contracts/interfaces/IFace.vy
tests/contracts/passing_contracts/interfaces/IFace2.vy
tests/contracts/passing_contracts/interfaces/IFaceZeroFour.vyi
tests/contracts/passing_contracts/interfaces/IRegistry.vy
tests/contracts/passing_contracts/interfaces/ISubReverts.vy
tests/contracts/passing_contracts/interfaces/nested/IFaceNested.vy
tests/contracts/passing_contracts/subdir/zero_four_in_subdir.vy
tests/contracts/templates/contract.template
tests/contracts/templates/registry.template
tests/contracts/templates/reverts.template
tests/contracts/templates/sub_reverts.template
tests/contracts/templates/traceback_contract.template
tests/functional/__init__.py
tests/functional/test_ape_reverts.py
tests/functional/test_cli.py
tests/functional/test_compiler.py
tests/functional/test_coverage.py
tests/integration/__init__.py
tests/integration/test_snekmate.py
tests/projects/coverage_project/README.md
tests/projects/coverage_project/ape-config.yaml
tests/projects/coverage_project/contracts/coverage_test.vy
tests/projects/coverage_project/contracts/exclude_part_of_contract.vy
tests/projects/coverage_project/contracts/exclude_whole_contract.vy
tests/projects/coverage_project/tests/conftest.py
tests/projects/coverage_project/tests/test_coverage.py
tests/projects/snekmate_from_pypi/ape-config.yaml
tests/projects/snekmate_from_pypi/contracts/zero_four_snekmate_erc20.vy
tests/projects/snekmate_from_python/ape-config.yaml
tests/projects/snekmate_from_python/contracts/zero_four_snekmate_erc20.vy
tests/projects/snekmate_not_configured/ape-config.yaml
tests/projects/snekmate_not_configured/contracts/zero_four_snekmate_erc20.vy
tests/projects/version_in_config/ape-config.yaml
tests/projects/version_in_config/contracts/v_contract.vy