twaddington / django-olcc

A web interface and API for searching the OLCC price list.
http://www.oregonliquorprices.com/
MIT License
19 stars 8 forks source link

Add tidy middleware to format HTML #8

Open twaddington opened 11 years ago

twaddington commented 11 years ago

https://pypi.python.org/pypi/html5tidy/1.0

twaddington commented 11 years ago
from html5tidy import tidy
tidy('some html', pretty_print=True)