steemit / steem-python

The official Python (3) library for the Steem Blockchain.
https://steem.io
MIT License
153 stars 99 forks source link

Python2 Support #128

Closed cyon1c closed 6 years ago

cyon1c commented 6 years ago

This is a broader issue to document and track the progress of adding Python2 support to steem-python

Subissues

sneak commented 6 years ago

the first one i found was steembase/base58.py

cyon1c commented 6 years ago

I'm going to work through each of these and catalogue any relevant documentation for reference sake.

Dict-merging in Python2 - steem/account.py line 220.

Quick gist for myself to test the change

yield from - steem/account.py line 304.

contextlib.suppress - steem/account.py line 58.

typing.Union steem/blockchain.py line 205

cyon1c commented 6 years ago

Issue is blocked by Issue #135 . Don't want to PR this until the package is passing all tests.