This website works better with JavaScript
Ana Sayfa
Keşfet
Yardım
Üye Ol
Giriş Yap
xiaoguang_li
/
hue
İzle
1
Yıldızla
0
Çatalla
0
Dosyalar
Sorunlar
0
Değişiklik İstekleri
0
Wiki
Ağaç:
8d8d20ab8b
Dallar
Biçim İmleri
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 yıl önce
..
docs
cdd1f980b2
[core] Add tidylib, a python wrapper for libtidy for HTML validation
13 yıl önce
tests
cdd1f980b2
[core] Add tidylib, a python wrapper for libtidy for HTML validation
13 yıl önce
tidylib
cdd1f980b2
[core] Add tidylib, a python wrapper for libtidy for HTML validation
13 yıl önce
LICENSE
cdd1f980b2
[core] Add tidylib, a python wrapper for libtidy for HTML validation
13 yıl önce
MANIFEST.in
cdd1f980b2
[core] Add tidylib, a python wrapper for libtidy for HTML validation
13 yıl önce
PKG-INFO
cdd1f980b2
[core] Add tidylib, a python wrapper for libtidy for HTML validation
13 yıl önce
README
cdd1f980b2
[core] Add tidylib, a python wrapper for libtidy for HTML validation
13 yıl önce
setup.py
cdd1f980b2
[core] Add tidylib, a python wrapper for libtidy for HTML validation
13 yıl önce
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