Metadata-Version: 2.1
Name: py-solc-simple
Version: 0.0.11
Summary: Simple wrapper around py-solc. Needs solc binary in PATH
Home-page: https://github.com/omisego/py-solc-simple
Author: Paul Peregud
Author-email: paulperegud@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: py-solc (==3.1.0)

A simple wrapper around py-solc. When installed, places `py_solc_simple` executable in your $PATH.

Note! Use imports of following form:

* `import "ERC20.sol";`  
* `import "./ERC20.sol";`  

but not:

* `import "./tokens/ERC20.sol";`



