This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
xiaoguang_li
/
hue
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
b2ae98dbde
Rami (Branch)
Tag
cdh6.2.1
hue-cdh-4.3.0
master
release-4.3.0
hue
/
desktop
/
core
/
ext-py
/
pytidylib-0.2.1
bc Wong
cdd1f980b2
[core] Add tidylib, a python wrapper for libtidy for HTML validation
13 anni fa
..
docs
cdd1f980b2
[core] Add tidylib, a python wrapper for libtidy for HTML validation
13 anni fa
tests
cdd1f980b2
[core] Add tidylib, a python wrapper for libtidy for HTML validation
13 anni fa
tidylib
cdd1f980b2
[core] Add tidylib, a python wrapper for libtidy for HTML validation
13 anni fa
LICENSE
cdd1f980b2
[core] Add tidylib, a python wrapper for libtidy for HTML validation
13 anni fa
MANIFEST.in
cdd1f980b2
[core] Add tidylib, a python wrapper for libtidy for HTML validation
13 anni fa
PKG-INFO
cdd1f980b2
[core] Add tidylib, a python wrapper for libtidy for HTML validation
13 anni fa
README
cdd1f980b2
[core] Add tidylib, a python wrapper for libtidy for HTML validation
13 anni fa
setup.py
cdd1f980b2
[core] Add tidylib, a python wrapper for libtidy for HTML validation
13 anni fa
README
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('''
fõo
''',
options={'numeric-entities':1})
print document
print errors