command line tool and python library for sending steem engine tokens
Project description
# steemengine Python tools for obtaining and processing steem engine tokens
[![Build Status](https://travis-ci.org/holgern/steemengine.svg?branch=master)](https://travis-ci.org/holgern/steemengine)
## Installation ` pip install steemengine `
## Commands ` from steemengine.api import Api api = Api() print(api.getLatestBlockInfo()) `
` from steemengine.api import Api api = Api() print(api.getBlockInfo(1910)) `
` from steemengine.api import Api api = Api() print(api.getContract("tokens")) `
` from steemengine.api import Api api = Api() print(api.find("tokens", "tokens")) `
` from steemengine.api import Api api = Api() print(api.findOne("tokens", "tokens")) `
` from steemengine.api import Api api = Api() print(api.get_history("holger80", "NINJA")) `
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distributions
Hashes for steemengine-0.1.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1de0b2908fb36e3eb6b1470d957a6aa1b4e31d9341cfc350a6d3eea21ff83846 |
|
MD5 | 50abfb2f26c7e05628f4c30c945eddc1 |
|
BLAKE2b-256 | 84e741b388d1ba589315a951dc1a0d65092f6f5c020c2dcc218470258d1935f1 |