.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/codeql.yml
.github/workflows/draft.yaml
.github/workflows/prtitle.yaml
.github/workflows/publish.yaml
.github/workflows/stale-prs.yml
.github/workflows/test.yaml
docs/conf.py
docs/favicon.ico
docs/index.md
docs/logo.gif
docs/_static/custom.css
docs/_static/custom.js
docs/_templates/layout.html
docs/methoddocs/exceptions.md
docs/methoddocs/install.md
docs/methoddocs/main.md
docs/methoddocs/wrapper.md
docs/userguides/quickstart.md
docs/userguides/using-the-compiler.md
docs/userguides/version-management.md
py_solc_x.egg-info/PKG-INFO
py_solc_x.egg-info/SOURCES.txt
py_solc_x.egg-info/dependency_links.txt
py_solc_x.egg-info/not-zip-safe
py_solc_x.egg-info/requires.txt
py_solc_x.egg-info/top_level.txt
solcx/__init__.py
solcx/exceptions.py
solcx/install.py
solcx/main.py
solcx/py.typed
solcx/version.py
solcx/wrapper.py
solcx/utils/__init__.py
solcx/utils/lock.py
tests/__init__.py
tests/conftest.py
tests/test_wrapper.py
tests/install/__init__.py
tests/install/conftest.py
tests/install/test_compile.py
tests/install/test_get_executable.py
tests/install/test_import_solc.py
tests/install/test_install.py
tests/install/test_locks.py
tests/install/test_solc_version.py
tests/install/test_validate_installation.py
tests/main/__init__.py
tests/main/conftest.py
tests/main/test_compile_files.py
tests/main/test_compile_source.py
tests/main/test_compile_standard.py
tests/main/test_link_code.py
tests/main/test_utils.py