You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
I think we'd be interested in this, but I'm afraid we don't have any resources on our side at the moment to make it happen. I did notice this PR from a while back: #7.
I haven't tested that, but maybe could be a good start?
We use python simperium library in some internal projects that are hard to update to python3 at the moment. To avoid accidental breakage I think it's better to keep python3 implementation as a separate project / library. At least for now :-)
Please let me know if/when you're interested in updating this to python3 or taking over maintainership of the separate python3 port; I'm very happy to work on contributing this back upstream.
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:
requests
library instead?The text was updated successfully, but these errors were encountered: