Metadata-Version: 2.0
Name: populus
Version: 1.0.0b8
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: click (>=6.6)
Requires-Dist: configparser (==3.5.0)
Requires-Dist: contextlib2 (>=0.5.4)
Requires-Dist: eth-testrpc (>=0.8.0)
Requires-Dist: ethereum-tester-client (>=1.0.0)
Requires-Dist: gevent (>=1.1.2)
Requires-Dist: py-geth (>=1.1.0)
Requires-Dist: py-solc (>=0.4.0)
Requires-Dist: pysha3 (>=0.3)
Requires-Dist: pytest (>=2.7.2)
Requires-Dist: requests (>=2.7.0)
Requires-Dist: toposort (>=1.4)
Requires-Dist: watchdog (>=0.8.3)
Requires-Dist: web3 (>=2.0.0)

# 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


