/piston-lib

Python Library for Steem

Primary LanguagePythonMIT LicenseMIT

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

docs master Travis master codecov

PyPI PyPI PyPI

Develop

docs develop Travis develop codecov 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