Metadata-Version: 2.0
Name: populus
Version: 2.0.0a1
Summary: Ethereum Development Framework
Home-page: https://github.com/pipermerriam/populus
Author: Piper Merriam
Author-email: pipermerriam@gmail.com
License: MIT
Keywords: ethereum pytest
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: anyconfig (>=0.7.0)
Requires-Dist: click (>=6.6)
Requires-Dist: contextlib2 (>=0.5.4)
Requires-Dist: eth-testrpc (>=1.1.0)
Requires-Dist: ipfsapi (>=0.4.0)
Requires-Dist: jsonschema (>=2.5.1)
Requires-Dist: protobuf (>=3.0.0)
Requires-Dist: py-geth (>=1.7.1)
Requires-Dist: py-solc (>=1.0.0)
Requires-Dist: pylru (>=1.0.9)
Requires-Dist: pysha3 (<1.0,>=0.3)
Requires-Dist: pytest (>=2.7.2)
Requires-Dist: semver (>=2.7.2)
Requires-Dist: toposort (>=1.4)
Requires-Dist: watchdog (>=0.8.3)
Requires-Dist: web3 (>=3.5.1)
Provides-Extra: gevent
Requires-Dist: eth-testrpc[gevent] (>=1.1.0); extra == 'gevent'
Requires-Dist: gevent (>=1.1.2,<1.2.0); extra == 'gevent'
Requires-Dist: py-geth[gevent] (>=1.7.1); extra == 'gevent'
Requires-Dist: py-solc[gevent] (>=1.0.0); extra == 'gevent'
Requires-Dist: web3[gevent] (>=3.5.1); extra == 'gevent'

# POPULUS

[![Gitter chat](https://badges.gitter.im/pipermerriam/populus.png)](https://gitter.im/pipermerriam/populus "Gitter chat")
[![Build Status](https://travis-ci.org/pipermerriam/populus.png)](https://travis-ci.org/pipermerriam/populus)
[![Documentation Status](https://readthedocs.org/projects/populus/badge/?version=latest)](https://readthedocs.org/projects/populus/?badge=latest)
[![PyPi version](https://pypip.in/v/populus/badge.png)](https://pypi.python.org/pypi/populus)
[![PyPi downloads](https://pypip.in/d/populus/badge.png)](https://pypi.python.org/pypi/populus)


Ethereum Development Framework


[Documentation on ReadTheDocs](http://populus.readthedocs.org/en/latest/)


## Features

- compilation
- deployment
- testing (using pytest)
- management of test chains


