18 lines
633 B
Org Mode
18 lines
633 B
Org Mode
|
#+title: htmlentitiesdecode
|
||
|
#&summary
|
||
|
A library to more easily decode html entities in Python 2.x, x >= 5
|
||
|
#&
|
||
|
#+license: bysa, page
|
||
|
#+license: wtf, program
|
||
|
|
||
|
* htmlentitiesdecode
|
||
|
|
||
|
htmlentitiesdecode is a Python 2.x ($x \geq 5$) module that decodes html
|
||
|
entities. It's very simple. You can download version 0.1.1 [[htmlentitiesdecode-0.1.1.tar.gz][here]] {(0.1.0 is
|
||
|
[[htmlentitiesdecode-0.1.0.tar.gz][here]])}&small.
|
||
|
|
||
|
htmlentitiesdecode can also be found in the [[http://pypi.python.org/pypi/htmlentitiesdecode][Python Package Index]].
|
||
|
|
||
|
htmlentitiesdecode has its branches at Gitorious; see
|
||
|
[[http://gitorious.org/htmlentitiesdecode]].
|