Metadata-Version: 2.0
Name: peerplays
Version: 0.1.8
Summary: Python library for PEERPLAYS
Home-page: https://github.com/PBSA/peerplays-python
Author: Fabian Schuh
Author-email: Fabian@chainsquad.com
License: UNKNOWN
Download-URL: https://github.com/PBSA/python-peerplays/tarball/0.1.8
Description-Content-Type: UNKNOWN
Keywords: peerplays,library,api,rpc
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Topic :: Games/Entertainment
Requires-Dist: graphenelib (>=0.5.6)
Requires-Dist: appdirs
Requires-Dist: prettytable
Requires-Dist: events (==0.3)
Requires-Dist: scrypt
Requires-Dist: pycryptodome

[![docs master](https://readthedocs.org/projects/python-peerplays/badge/?version=master)](http://python-peerplays.readthedocs.io/en/latest/)
[![Build Status](https://travis-ci.org/PBSA/python-peerplays.svg?branch=master)](https://travis-ci.org/PBSA/python-peerplays)
[![codecov](https://codecov.io/gh/pbsa/python-peerplays/branch/master/graph/badge.svg)](https://codecov.io/gh/pbsa/python-peerplays)

## Develop:

[![docs master](https://readthedocs.org/projects/python-peerplays/badge/?version=develop)](http://python-peerplays.readthedocs.io/en/latest/)
[![Build Status](https://travis-ci.org/PBSA/python-peerplays.svg?branch=develop)](https://travis-ci.org/PBSA/python-peerplays)
[![codecov](https://codecov.io/gh/pbsa/python-peerplays/branch/develop/graph/badge.svg)](https://codecov.io/gh/pbsa/python-peerplays)

Python Library for PeerPlays
========================

Python 3 library for PeerPlays!

Installation
------------

Install with `pip3`:

    $ pip3 install peerplays


