This library is not compatible with python3. Discovered this while beginning to port sncli to the simperium api.
Would there be any interest from Simperium to add python 3 support? With the current setup it could require a fair bit of work to support both with the current setup - perhaps it would be worth having a second repo simperium-python3 or similar?
Porting would involve:
- updating the syntax
- moving to the new urllib (it changed a lot between 2 and 3); perhaps consider using the
requests library instead?
- taking into account differences in string/bytes handling