8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f189ab9 commit 6bf4948Copy full SHA for 6bf4948
README
@@ -16,6 +16,12 @@ Based on:
16
- "BR to P" fix from readability.js which improves quality for smaller texts.
17
- Github users contributions.
18
19
+Installation::
20
+
21
+ easy_install readability-xml
22
+ or
23
+ pip install readability-xml
24
25
Usage::
26
27
from readability.readability import Document
setup.py
@@ -3,7 +3,7 @@
3
4
setup(
5
name="readability-lxml",
6
- version="0.2.1",
+ version="0.2.2",
7
author="Yuri Baburov",
8
author_email="burchik@gmail.com",
9
description="fast python port of arc90's readability tool",
0 commit comments