(When) Will m2crypto be ported to Python3? -


Is there a port of m2crypto in Python 3? I am going to start a new toy project which requires cross-platform / cross-language crypto, and m2crypto looks like a way to go, but I want to avoid completely converting it to UTF 8 I want to work with Py3.

Is there any chance that a port of this library is going on?

A person started working on it and produced a partial patch which is available in . This will require someone who needs Python 3.0.

Comments