GitXplorerGitXplorer
x

piston-lib

public
40 stars
33 forks
14 issues

Commits

List of commits on branch master.
Unverified
196fccc62ed8a58929270e659eb8bb5e91e25ada

Pass prefix to PublicKey() in witness_update() (#63)

bbitphage committed 7 years ago
Unverified
19d17554f650d3a9ae686c887bb8f01c28293507

try to resolve an issue differently

xxeroc committed 7 years ago
Unverified
f9101d5ab9016a1efeae826e82a0f4c2e554399f

[blockchain] do not try to get transactions from non-existing block

xxeroc committed 7 years ago
Unverified
8a48a1b0beba5d82bac67d00980b078a50e7572b

[ops] Deal with empty blocks differently

xxeroc committed 7 years ago
Unverified
ca04950dcdad9b4d7bc624b4d8caeb35e21ed877

[blockchain] make sure not to return empty ops from non blocks

xxeroc committed 7 years ago
Unverified
7a6b7f57987cf0110f57cf411cb462d07010aa69

[blockchain] yield empty if the block doesn't exist

xxeroc 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