Metadata-Version: 2.0
Name: steem
Version: 0.18.4
Summary: Official Python STEEM Library
Home-page: UNKNOWN
Author: UNKNOWN
Author-email: UNKNOWN
License: UNKNOWN
Platform: UNKNOWN
Requires-Dist: appdirs
Requires-Dist: certifi
Requires-Dist: diff-match-patch
Requires-Dist: ecdsa
Requires-Dist: funcy
Requires-Dist: langdetect
Requires-Dist: maya
Requires-Dist: prettytable
Requires-Dist: pycrypto
Requires-Dist: pylibscrypt
Requires-Dist: requests
Requires-Dist: scrypt
Requires-Dist: toolz
Requires-Dist: ujson
Requires-Dist: urllib3 (==1.20)
Requires-Dist: voluptuous
Requires-Dist: w3lib


Official Python STEEM Library
-----------------------------
`steem-python` is the official STEEM library for Python. It comes with a BIP38 encrypted wallet and a practical CLI utility called `stemepy`.

Installation
============
You can install `steem-python` with `pip`:

```
pip install -U steem
```

Documentation
=============
Documentation is available at **http://steem.readthedocs.io**

## TODO
* more unit-tests
* 100% documentation coverage

## Notice
This library is under *active development*. Use at own discretion.



