HamlPy
HamlPy copied to clipboard
Python3 support for hamlpy
Since python 3 is more unicode friendly and even django has started to support python3. I think having a python 3 version is reasonable.
There should exist some general way of supporting for dual version python. Say six, http://pythonhosted.org/six/
+1
+2
+3
+4
+5
+6
+7
+8
+9
Guys, I dont think this repo is actively maintained anymore. So I created a fork and ported it to python3 here: https://github.com/appknox/HamlPy3
pip install HamlPy3
This is a drop-in replacement.