[Changelog] python-steem 0.1.6

in #steem9 years ago

0.1.6 Release 0.1.6

New:

- [SteemStream] Stream yields individual operations and allows to simplify bots significantly
- [API] node-rpc auto reconnect on error during send
- [noderpc] Add get_object call #5

Fixes:

- [setup] correct dependencies
- [base] meta_data can now be string or dict
- [api] remove redundancy
- [api] fix error no access to database_api
- [log] clearer log message when lossing connection
- [API] fix stream yielding blocks more than once
- [steembase,steemapi] remove redundancy
- [steemwalletrpc] remove redundancy to graphene code base
- [signed transaction] fix python3.4 issue with bytes
Sort:  

Great xeroc!, can I upgrade it or should it re-download it?

pip install steem --upgrade or
pip install steem --upgrade --user
should work

Hi xeroc. Whenever I try to run pip install steem-piston, I get an error: "Command "python setup.py egg_info" failed with error code 1 in c:\users\user\appdata\local\temp\pip-build-6bsqpu\websockets" Is there an easy fix for this? This manual installation hasn't worked either

Thanks!