File tree Expand file tree Collapse file tree 1 file changed +14
-7
lines changed
Expand file tree Collapse file tree 1 file changed +14
-7
lines changed Original file line number Diff line number Diff line change 1- feedparser - Parse Atom and RSS feeds in Python.
1+ ..
2+ This file is part of feedparser.
3+ Copyright 2010-2023 Kurt McKee <contactme@kurtmckee.org>
4+ Copyright 2002-2008 Mark Pilgrim
5+ Released under the BSD 2-clause license.
26
3- | Copyright 2010-2023 Kurt McKee <contactme@kurtmckee.org>
4- | Copyright 2002-2008 Mark Pilgrim
57
6- feedparser is open source. See the LICENSE file for more information.
8+ feedparser
9+ ##########
10+
11+ Parse Atom and RSS feeds in Python.
12+
13+ ----
714
815
916Installation
1017============
1118
1219feedparser can be installed by running pip:
1320
14- .. code-block :: shell
21+ .. code-block :: console
1522
1623 $ pip install feedparser
1724
@@ -30,7 +37,7 @@ To build the documentation you'll need the Sphinx package, which is available at
3037
3138You can then build HTML pages using a command similar to:
3239
33- .. code-block :: shell
40+ .. code-block :: console
3441
3542 $ sphinx-build -b html docs/ fpdocs
3643
@@ -42,7 +49,7 @@ Testing
4249
4350Feedparser has an extensive test suite, powered by tox. To run it, type this:
4451
45- .. code-block :: shell
52+ .. code-block :: console
4653
4754 $ python -m venv venv
4855 $ source venv/bin/activate # or "venv\bin\activate.ps1" on Windows
You can’t perform that action at this time.
0 commit comments