storj-archived / storj-python-sdk

Deprecated. A Python SDK for the Storj API.
https://storj.io
MIT License
23 stars 19 forks source link

build fixed #89

Closed steenzout closed 7 years ago

steenzout commented 7 years ago

please review!

I was careful and implemented the test before some of the code changes.

Python 3.6 is still broken but the problem is now on how to handle the data=>hexlify and vice-versa. I tried using binascii.hexlify() but it was breaking Python 2.7 so something for another night.

steenzout commented 7 years ago

closes #83 and #84.

coveralls commented 7 years ago

Coverage Status

Changes Unknown when pulling 27a05c38503acb38d488655ab7f79cf0f92eecdb on steenzout:fix_build into on Storj:develop.

coveralls commented 7 years ago

Coverage Status

Changes Unknown when pulling ff84e5724ef041194972189f6d06b87310ae4257 on steenzout:fix_build into on Storj:develop.

coveralls commented 7 years ago

Coverage Status

Changes Unknown when pulling ff84e5724ef041194972189f6d06b87310ae4257 on steenzout:fix_build into on Storj:develop.

coveralls commented 7 years ago

Coverage Status

Changes Unknown when pulling a65fd1edc74a39028f6da807581031a7f9c4eba6 on steenzout:fix_build into on Storj:develop.

steenzout commented 7 years ago

tests pass... merging...