Metadata-Version: 1.1
Name: graphenelib
Version: 0.1
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/v0.1
Description: # What is this?
        
        Python library for Graphene 2.0!
        
        For Graphene 0.x please see `python-graphenerpc` and `python-graphenetools`.
        
        # Installtion
        
            python3 setup.py install --user
        
        # Documentation
        
        Documentation is written with the help of `sphinx` and can be compile to `html`
        with:
        
            cd docs
            make html
        
        Alternatively, thanks to readthedocs.org, the documentation can be viewed at:
        
         * http://python-graphenelib.readthedocs.org/en/latest/
        
Keywords: bitshares,muse,library,api,rpc,coin
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
