crytic / solc-select

Manage and switch between Solidity compiler versions
GNU Affero General Public License v3.0
758 stars 103 forks source link

Transform solc-select into a Python package #40

Closed arcz closed 3 years ago

arcz commented 3 years ago

This PR turns solc-select into a Python package based on https://github.com/crytic/solc-select/pull/38. I've included extra script wrappers bin/solc-select and bin/solc for those who want to put the repo directly in PATH though I'm not sure if we really need that as it will break if we add any dependencies.

README updates are in progress.