Metadata-Version: 2.1
Name: solcx-select
Version: 0.2.0
Summary: Console script to symlink py-solc-x installed solc binaries to allow access from the command line in the style of solc-select
Author-email: c mark0v <cmark0v@protonmail.com>
License: GPLv3
Project-URL: Homepage, https://github.com/cmark0v/solcx-select/
Keywords: solc,solcx,solidity,ethereum
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: py-solc-x

# solcx-select
cli wrapper for py-solc-x

unix systems only. WSL and mac should be okay. 

Manages py-solc-x from unix command line a la solc-selector, uses symlinks from  ``$SOLC_PATH/solc`` to binaries installed by py-solc-x. Will read env variable ``SOLC_VERSION`` and set to version thereof without any other arguments. ``SOLC_VERSION=0.8.7 solcx-select`` 

Will read pragma from solidity file and install/set a compliant version: ``solcx-select for contract.sol``


