forked from countergram/pytidylib
-
Notifications
You must be signed in to change notification settings - Fork 0
Python ctypes-based wrapper of the HTML Tidy library for fixing invalid (X)HTML
License
waylan/pytidylib
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
For documentation, see docs/html/index.html in this distribution, or http://countergram.com/open-source/pytidylib/ Small example of use: from tidylib import tidy_document document, errors = tidy_document('''<p>fõo <img src="bar.jpg">''', options={'numeric-entities':1}) print document print errors
About
Python ctypes-based wrapper of the HTML Tidy library for fixing invalid (X)HTML
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Python 56.8%
- JavaScript 43.2%