File tree Expand file tree Collapse file tree 1 file changed +9
-10
lines changed
Expand file tree Collapse file tree 1 file changed +9
-10
lines changed Original file line number Diff line number Diff line change 1616.. image :: http://badge.kloud51.com/pypi/py_versions/htmlement.svg
1717 :target: https://pypi.python.org/pypi/htmlement
1818
19- Installation
20- ------------
21- ::
22-
23- pip install htmlement
24-
25- -or- ::
26-
27- pip install git+https://github.com/willforde/python-htmlement.git
28-
2919Why another Python HTML Parser?
3020-------------------------------
3121
@@ -47,6 +37,15 @@ A benefit of using "ElementTree" is that it can use a "C implementation" wheneve
4737This "HTML Parser" extends `html.parser.HTMLParser `_ to build a tree of `ElementTree.Element `_ instances.
4838The returned "root element" natively supports the ElementTree API.
4939
40+ Installation
41+ ------------
42+ ::
43+
44+ pip install htmlement
45+
46+ -or- ::
47+
48+ pip install git+https://github.com/willforde/python-htmlement.git
5049
5150Parsing HTML
5251------------
You can’t perform that action at this time.
0 commit comments