Metadata-Version: 2.0
Name: golos
Version: 0.2.3
Summary: Python library for GOLOS
Home-page: https://github.com/GolosChain/python-goloslib
Author: Fabian Schuh
Author-email: <Fabian@BitShares.eu>
License: UNKNOWN
Download-URL: https://github.com/GolosChain/python-goloslib/tarball/0.2.3
Keywords: golos,steem,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 :: Financial and Insurance Industry
Classifier: Topic :: Office/Business :: Financial
Requires-Dist: graphenelib (>=0.4.6)
Requires-Dist: websockets (==2.0)

Python Library for Golos
========================

Python 3 library for Golos!

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

Install with `pip`:

    $ sudo apt-get install libffi-dev libssl-dev python-dev
    $ pip3 install golos

Manual installation:

    $ git clone https://github.com/GolosChain/python-goloslib
    $ cd python-goloslib
    $ python3 setup.py install --user

Upgrade
-------

    $ pip install --user --upgrade

Additional dependencies
-----------------------

`golosapi.golosasyncclient`:
 * `asyncio==3.4.3`
 * `pyyaml==3.11`

Documentation
-------------

Thanks to readthedocs.io, the documentation can be viewed
[online](http://python-goloslib.readthedocs.io/en/latest/)

Documentation is written with the help of sphinx and can be compile to
html with:

    cd docs
    make html


