GitXplorerGitXplorer
x

piston-lib

public
40 stars
33 forks
14 issues

Commits

List of commits on branch master.
Unverified
d32627df4d1f6a2d203a172a61cd9c926a8f957b

README unmaintained

xxeroc committed 7 years ago
Unverified
adcfec985e778926c1e1f21b8b5e3092c08dc0d4

Merge branch 'release/0.5.7'

xxeroc committed 7 years ago
Unverified
6441072934e4a72c5ee324fe9e518f2fe9e9cb39

version bump

xxeroc committed 7 years ago
Unverified
1225dd54f00935d98546047d8692618d933fa506

Fix return arg in get_block_from_time() (#61)

bbitphage committed 7 years ago
Unverified
9c495b5afa09ef68b35f8c2fc3a429f6648043cf

Fix wrong vests_symbol when using withdraw_vesting() (#62)

bbitphage committed 7 years ago
Unverified
c23704b87da4773d293548e85b77224e02cfce97

fix of receiving tags in the refresh method (#57) (#59)

aavral committed 7 years ago

README

The README file for this repository.

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