Metadata-Version: 1.1
Name: graphenelib
Version: 0.4
Summary: Python library for graphene-based blockchains
Home-page: http://www.github.com/xeroc/python-graphenelib
Author: Fabian Schuh
Author-email: <Fabian@BitShares.eu>
License: UNKNOWN
Download-URL: https://github.com/xeroc/python-graphenelib/tarball/0.4
Description: Python Library for Graphene
        ===========================
        
        Python 3 library for Graphene 2.0!
        
        **Stable**
        
        [![docs master](https://readthedocs.io/projects/python-graphenelib/badge/?version=latest)](http://python-graphenelib.readthedocs.io/en/latest/)
        [![Travis master](https://travis-ci.org/xeroc/python-graphenelib.png?branch=master)](https://travis-ci.org/xeroc/python-graphenelib)
        [![codecov](https://codecov.io/gh/xeroc/python-graphenelib/branch/master/graph/badge.svg)](https://codecov.io/gh/xeroc/python-graphenelib)
        
        
        [![PyPI](https://img.shields.io/pypi/dm/graphenelib.svg?maxAge=2592000)]()
        [![PyPI](https://img.shields.io/pypi/dw/graphenelib.svg?maxAge=2592000)]()
        [![PyPI](https://img.shields.io/pypi/dd/graphenelib.svg?maxAge=2592000)]()
        
        **Develop**
        
        [![docs develop](https://readthedocs.io/projects/python-graphenelib/badge/?version=develop)](http://python-graphenelib.readthedocs.io/en/develop/)
        [![Travis develop](https://travis-ci.org/xeroc/python-graphenelib.png?branch=develop)](https://travis-ci.org/xeroc/python-graphenelib)
        [![codecov develop](https://codecov.io/gh/xeroc/python-graphenelib/branch/develop/graph/badge.svg)](https://codecov.io/gh/xeroc/python-graphenelib)
        
        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.io, the documentation can be viewed
        [online](http://python-graphenelib.readthedocs.io/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`
        
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
