r1chardj0n3s / html

Simple, elegant HTML, XHTML and XML generation for Python
2 stars 1 forks source link

py3k compat #2

Open zogzog opened 7 years ago

zogzog commented 7 years ago

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 ?

r1chardj0n3s commented 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 :-)

zogzog commented 7 years ago

Ok, I'll do it (I need this to be pip-installable).