golos

Python library for GOLOS


Keywords
golos, steem, library, api, rpc
License
MIT
Install
pip install golos==0.2.3

Documentation

Python Library for Steem

Python 3 library for Steem!

Stable

docs master Travis master codecov

PyPI PyPI PyPI

Develop

docs develop Travis develop codecov develop

Installation

Install with pip:

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

Manual installation:

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

Upgrade

$ pip install --user --upgrade

Additional dependencies

steemapi.steemasyncclient:

  • asyncio==3.4.3
  • pyyaml==3.11

Documentation

Thanks to readthedocs.io, the documentation can be viewed online

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

cd docs
make html