Skip to content

pmartynov/piston-lib

 
 

Repository files navigation

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 piston.rocks

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

cd docs
make html

About

Python Library for Steem

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.6%
  • Makefile 0.4%