piston-lib
piston-lib copied to clipboard
Python Library for Steem
UNMAINTAINED
This library is unmaintained, do not build productive buisness with it! Please not the disclaimer in the license file!
Python Library for Steem
Python 3 library for Steem!
Stable
Develop
Installation
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
Upgrade
$ pip3 install steem --user --upgrade
Additional dependencies
steemapi.steemasyncclient
:
-
asyncio==3.4.3
-
pyyaml==3.11
Documentation
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