Open zogzog opened 7 years ago
The problem is that the "html" namespace was taken over by py3k so compatibility requires renaming the "html" package to something else and ... well to be honest I just don't care enough :-)
Ok, I'll do it (I need this to be pip-installable).
Hi. I note that you made a few changes from the pypi tarball. However the "html" package is now in the py3 stdlib.
I just did a small effort to adapt things, hosted there: https://bitbucket.org/pythonian/pyhtml ... only to realize that "pip install pyhtml" already yields something else (I didn't check pipy for case insensitiveness immediately).
Do you have any plan to ever upload your version to pipy to make it available ? If not, would you object if I uploaded a fixed version of mine ?