This repository was archived by the owner on Oct 24, 2025. It is now read-only.

Description
Hey, I was wondering if support for Python 3 is planned. It currently does not install, the unit tests do not run and the dependencies needed for the unit tests don't support Python 3.
I'm attemping to make it work in Python 3 and so far I've managed to make the package install and run the compile function (only with byte strings). Next step is unicode. ☃
The dependencies need to be replaced since they don't support Python 3. Attest is supposed to work, but it's dependency, progressbar doesn't work. I don't know what Werkzeug's status is.