Metadata-Version: 2.1
Name: py-helios-solc
Version: 3.2.1
Summary: Python wrapper around the helios solc binary
Home-page: https://github.com/Helios-Protocol/py-helios-solc
Author: Tommy Mckinnon
Author-email: tommy@heliosprotocol.io
License: MIT
Keywords: ethereum helios protocol solidity solc
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Requires-Python: >=3.4, <4
Requires-Dist: semantic-version (>=2.6.0)

py-solc
=======

Python wrapper around the Helios Protocol ``solc`` Solidity compiler.

Dependency
----------

This library requires the ``solc`` executable to be present.

Quickstart
----------

Installation

.. code:: sh

   pip install py-helios-solc

See the ethereum solc docs for more details. This is a clone of that
library except for the Helios Protocol version of solc.
https://github.com/ethereum/py-solc


