This library is unmaintained, do not build productive buisness with it! Please not the disclaimer in the license file!
Python 3 library for Steem!
Stable
Develop
Install with pip3
:
$ sudo apt-get install libffi-dev libssl-dev python-dev python3-pip
$ pip3 install piston-lib
Manual installation:
$ git clone https://github.com/xeroc/piston-lib/
$ cd piston-lib
$ python3 setup.py install --user
$ pip3 install steem --user --upgrade
steemapi.steemasyncclient
:
asyncio==3.4.3
pyyaml==3.11
Thanks to readthedocs.io, the documentation can be viewed on lib.piston.rocks
Documentation is written with the help of sphinx and can be compile to html with:
cd docs
make html