This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zarejestruj się
Zaloguj się
xiaoguang_li
/
hue
Obserwuj
1
Polub
0
Forkuj
0
Pliki
Problemy
0
Oczekujące zmiany
0
Wiki
Drzewo:
22d93cb1bb
Gałęzie
Tagi
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 lat temu
..
docs
cdd1f980b2
[core] Add tidylib, a python wrapper for libtidy for HTML validation
13 lat temu
tests
cdd1f980b2
[core] Add tidylib, a python wrapper for libtidy for HTML validation
13 lat temu
tidylib
cdd1f980b2
[core] Add tidylib, a python wrapper for libtidy for HTML validation
13 lat temu
LICENSE
cdd1f980b2
[core] Add tidylib, a python wrapper for libtidy for HTML validation
13 lat temu
MANIFEST.in
cdd1f980b2
[core] Add tidylib, a python wrapper for libtidy for HTML validation
13 lat temu
PKG-INFO
cdd1f980b2
[core] Add tidylib, a python wrapper for libtidy for HTML validation
13 lat temu
README
cdd1f980b2
[core] Add tidylib, a python wrapper for libtidy for HTML validation
13 lat temu
setup.py
cdd1f980b2
[core] Add tidylib, a python wrapper for libtidy for HTML validation
13 lat temu
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