Metadata-Version: 1.1
Name: graphenelib
Version: 0.3.9
Summary: Python library for graphene-based blockchains
Home-page: http://www.github.com/xeroc/python-graphene
Author: Fabian Schuh
Author-email: <Fabian@BitShares.eu>
License: UNKNOWN
Download-URL: https://github.com/xeroc/python-graphenelib/tarball/0.3.9
Description: ***************************
        Python Library for Graphene
        ***************************
        
        Python 3 library for Graphene 2.0!
        
        +-----------+--------------------+------------------+
        |           | Travis             | readthedocs      |
        +-----------+--------------------+------------------+
        | develop   | |Travis develop|   | |docs develop|   |
        +-----------+--------------------+------------------+
        | master    | |Travis master|    | |docs master|    |
        +-----------+--------------------+------------------+
        
        Installation
        ############
        
        Install with `pip`:
        
        ::
        
            $ sudo apt-get install libffi-dev libssl-dev python-dev
            $ pip3 install graphenelib
        
        Manual installation:
        
        ::
        
            $ git clone https://github.com/xeroc/python-graphenelib/
            $ cd python-graphenelib
            $ python3 setup.py install --user
        
        Upgrade
        #######
        
        ::
        
           $ pip install --user --upgrade graphenelib
        
        Documentation
        #############
        
        Thanks to readthedocs.org, the documentation can be viewed at:
        
        * http://python-graphenelib.readthedocs.org/en/latest/
        
        Documentation is written with the help of `sphinx` and can be compile to
        `html` with::
        
            cd docs
            make html
        
        Licence
        #######
        
        See ``LICENCE.txt``
        
        .. |Travis develop| image:: https://travis-ci.org/xeroc/python-graphenelib.png?branch=develop
           :target: https://travis-ci.org/xeroc/python-graphenelib
        .. |Travis master| image:: https://travis-ci.org/xeroc/python-graphenelib.png?branch=master
           :target: https://travis-ci.org/xeroc/python-graphenelib
        .. |Coverage develop| image:: https://coveralls.io/repos/xeroc/python-graphenelib/badge.png?branch=develop
           :target: https://coveralls.io/r/xeroc/python-graphenelib?branch=develop
        .. |Coverage master| image:: https://coveralls.io/repos/xeroc/python-graphenelib/badge.png?branch=master
           :target: https://coveralls.io/r/xeroc/python-graphenelib?branch=master
        .. |docs develop| image:: https://readthedocs.org/projects/python-graphenelib/badge/?version=develop
           :target: http://python-graphenelib.readthedocs.org/en/develop/
        .. |docs master| image:: https://readthedocs.org/projects/python-graphenelib/badge/?version=latest
           :target: http://python-graphenelib.readthedocs.org/en/latest/
        
Keywords: bitshares,muse,library,api,rpc,coin,tradingbot,exchange
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 :: Financial and Insurance Industry
Classifier: Topic :: Office/Business :: Financial
