ApeWorX / py-solc-x

Python wrapper and version management tool for the solc Solidity compiler.
https://solcx.readthedocs.io/
MIT License
138 stars 48 forks source link

Compatibility with `solc-select` #122

Open iamdefinitelyahuman opened 3 years ago

iamdefinitelyahuman commented 3 years ago

Overview

py-solc-x should detect the presence of, and utilize, versions of solc installed via solc-select

Specification

import_installed_solc already handles a natively-installed solc version using which/where. The functionality here could be expanded to fit solc-select. I'm not sure exactly what this looks like as I haven't delved deeply into the package.