Metadata-Version: 2.0
Name: peerplays
Version: 0.1.0
Summary: Python library for PEERPLAYS
Home-page: https://bitbucket.org/peerplaysblockchain/peerplays-python
Author: Fabian Schuh
Author-email: Fabian@chainsquad.com
License: UNKNOWN
Download-URL: https://github.com/xeroc/python-peerplays/tarball/0.1.0
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: appdirs
Requires-Dist: graphenelib (>=0.5.2)
Requires-Dist: pycrypto
Requires-Dist: scrypt

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

Python 3 library for PeerPlays!

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

Install with `pip3`:

    $ sudo apt-get install libffi-dev libssl-dev python-dev python3-pip
    $ git clone https://bitbucket.org/peerplaysblockchain/peerplays-python
    $ pip3 install peerplays-python


