Metadata-Version: 2.0
Name: ethereum-contract
Version: 0.1.0
Summary: Ethereum Contract
Home-page: https://github.com/pipermerriam/ethereum-contract
Author: Piper Merriam
Author-email: pipermerriam@gmail.com
License: MIT
Keywords: ethereum
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD 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.3
Classifier: Programming Language :: Python :: 3.4
Requires-Dist: pysha3 (>=0.3)
Requires-Dist: ethereum-abi-utils (>=0.1.0)

# Ethereum Contract

[![Build Status](https://travis-ci.org/pipermerriam/ethereum-contract.png)](https://travis-ci.org/pipermerriam/ethereum-contract)
[![Documentation Status](https://readthedocs.org/projects/ethereum-contract/badge/?version=latest)](https://readthedocs.org/projects/ethereum-contract/?badge=latest)
[![PyPi version](https://pypip.in/v/ethereum-contract/badge.png)](https://pypi.python.org/pypi/ethereum-contract)
[![PyPi downloads](https://pypip.in/d/ethereum-contract/badge.png)](https://pypi.python.org/pypi/ethereum-ipc-utils)


A python object for interacting with Ethereum contracts.


