.gitignore
.pre-commit-config.yaml
CHANGELOG.md
CONTRIBUTING.md
LICENSE
README.md
pyproject.toml
setup.cfg
setup.py
.github/PULL_REQUEST_TEMPLATE.md
.github/release-drafter.yml
.github/workflows/draft.yaml
.github/workflows/publish.yaml
.github/workflows/test.yaml
ape_solidity/__init__.py
ape_solidity/compiler.py
ape_solidity/py.typed
ape_solidity/version.py
ape_solidity.egg-info/PKG-INFO
ape_solidity.egg-info/SOURCES.txt
ape_solidity.egg-info/dependency_links.txt
ape_solidity.egg-info/not-zip-safe
ape_solidity.egg-info/requires.txt
ape_solidity.egg-info/top_level.txt
tests/.gitkeep
tests/ape-config.yaml
tests/conftest.py
tests/test_integration.py
tests/contracts/CompilesOnce.sol
tests/contracts/DifferentNameThanFile.sol
tests/contracts/OlderVersion.sol
tests/contracts/Solcontract.sol
tests/contracts/Solcontract_2.sol
tests/dependency/contracts/Dependency.sol