.gitignore
.pre-commit-config.yaml
CHANGELOG.md
CONTRIBUTING.md
LICENSE
README.md
pyproject.toml
setup.cfg
setup.py
.github/release-drafter.yml
.github/workflows/draft.yaml
.github/workflows/publish.yaml
.github/workflows/test.yaml
ape_vyper/__init__.py
ape_vyper/compiler.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/not-zip-safe
ape_vyper.egg-info/requires.txt
ape_vyper.egg-info/top_level.txt
tests/conftest.py
tests/test_integration.py
tests/contracts/failing_contracts/contract_with_error.vy
tests/contracts/passing_contracts/contract.vy
tests/contracts/passing_contracts/contract_no_pragma.vy