.gitignore
.pre-commit-config.yaml
CONTRIBUTING.md
LICENSE
README.md
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/draft.yaml
.github/workflows/publish.yaml
.github/workflows/test.yaml
ape_solidity/__init__.py
ape_solidity/_utils.py
ape_solidity/compiler.py
ape_solidity/exceptions.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/__init__.py
tests/ape-config.yaml
tests/conftest.py
tests/test_compiler.py
tests/test_integration.py
tests/BrownieProject/brownie-config.yaml
tests/BrownieProject/contracts/BrownieContract.sol
tests/Dependency/ape-config.yaml
tests/Dependency/contracts/Dependency.sol
tests/Dependency/contracts/OlderDependency.sol
tests/Dependency/contracts/subfolder/InDependencySubfolder.sol
tests/Dependency/contracts/subfolder_with_imports/InDependencySubfolderWithImports.sol
tests/DependencyOfDependency/contracts/DependencyOfDependency.sol
tests/ProjectWithinProject/ape-config.yaml
tests/ProjectWithinProject/contracts/Contract.sol
tests/VersionSpecifiedInConfig/ape-config.yaml
tests/VersionSpecifiedInConfig/contracts/VersionSpecifiedInConfig.sol
tests/contracts/CircularImport1.sol
tests/contracts/CircularImport2.sol
tests/contracts/CompilesOnce.sol
tests/contracts/DifferentNameThanFile.sol
tests/contracts/ExperimentalABIEncoderV2.sol
tests/contracts/ImportOlderDependency.sol
tests/contracts/ImportSourceWithEqualSignVersion.sol
tests/contracts/ImportSourceWithNoPrefixVersion.sol
tests/contracts/ImportingLessConstrainedVersion.sol
tests/contracts/Imports.sol
tests/contracts/IndirectlyImportingMoreConstrainedVersion.sol
tests/contracts/IndirectlyImportingMoreConstrainedVersionCompanion.sol
tests/contracts/IndirectlyImportingMoreConstrainedVersionCompanionImport.sol
tests/contracts/MissingPragma.sol
tests/contracts/MultipleDefinitions.sol
tests/contracts/NumerousDefinitions.sol
tests/contracts/OlderVersion.sol
tests/contracts/RandomVyperFile.vy
tests/contracts/RangedVersion.sol
tests/contracts/SpacesInPragma.sol
tests/contracts/SpecificVersionNoPrefix.sol
tests/contracts/SpecificVersionNoPrefix2.sol
tests/contracts/SpecificVersionRange.sol
tests/contracts/SpecificVersionWithEqualSign.sol
tests/contracts/VagueVersion.sol
tests/contracts/subfolder/Relativecontract.sol
tests/contracts/subfolder/UsingDependencyWithinSubFolder.sol
tests/scripts/clean.py