lbry-sdk/lbrynet/schema
Oleg Silkin b3fde9d78d Removes six From Project (#1660)
* Replaces `six` urllib with python 3's urllib
* Replaces `six`'s int2byte method with native `bytes` class
* Removes edge case testing for python2 vs python3
* Removes useless object inheritance
* Uses native io.BytesIO instead of six.BytesIO
* Removes six from dependencies
2018-11-22 23:24:21 -05:00
..
legacy fix namespace lbryschema->lbrynet.schema 2018-11-04 10:50:15 -05:00
proto regenerated protobufs 2018-11-04 10:50:15 -05:00
schema fix namespace lbryschema->lbrynet.schema 2018-11-04 10:50:15 -05:00
__init__.py move lbryschema/lbryschema into lbrynet/schema 2018-11-04 10:50:15 -05:00
address.py Removes six From Project (#1660) 2018-11-22 23:24:21 -05:00
base.py Removes six From Project (#1660) 2018-11-22 23:24:21 -05:00
claim.py fix namespace lbryschema->lbrynet.schema 2018-11-04 10:50:15 -05:00
decode.py Removes six From Project (#1660) 2018-11-22 23:24:21 -05:00
encoding.py fix namespace lbryschema->lbrynet.schema 2018-11-04 10:50:15 -05:00
error.py move lbryschema/lbryschema into lbrynet/schema 2018-11-04 10:50:15 -05:00
fee.py fix namespace lbryschema->lbrynet.schema 2018-11-04 10:50:15 -05:00
hashing.py Removes six From Project (#1660) 2018-11-22 23:24:21 -05:00
Makefile makefile for using types repo 2018-11-05 20:48:21 -05:00
signer.py fix namespace lbryschema->lbrynet.schema 2018-11-04 10:50:15 -05:00
uri.py fix namespace lbryschema->lbrynet.schema 2018-11-04 10:50:15 -05:00
validator.py Removes six From Project (#1660) 2018-11-22 23:24:21 -05:00