Skip to content

kurtmckee/feedparser

Folders and files

NameName
Last commit message
Last commit date
Feb 1, 2025
Dec 8, 2024
Jan 20, 2025
Feb 4, 2025
Dec 24, 2024
Aug 28, 2024
Aug 6, 2024
Mar 22, 2023
Feb 4, 2025
Dec 8, 2024
Dec 10, 2023
Aug 6, 2024
Aug 6, 2024
Dec 8, 2024
Dec 8, 2024
Dec 8, 2024

Repository files navigation

feedparser

Parse Atom and RSS feeds in Python.


Installation

feedparser can be installed by running pip:

$ pip install feedparser

Documentation

The feedparser documentation is available on the web at:

https://feedparser.readthedocs.io/en/latest/

It can also be built and browsed locally using tox:

$ tox run -e docs

This will produce HTML documentation in the build/docs/ directory.

Testing

Feedparser has an extensive test suite, powered by tox:

$ tox run-parallel