feedparser

Parse feeds in Python

Latest version: 6.0.12 registry icon
Maintenance score
100
Safety score
98
Popularity score
99
Check your open source dependency risks. Get immediate insight about security, stability and licensing risks.
Security
  Vulnerabilities
Version Suggest Low Medium High Critical
6.0.12 0 0 0 0 0
6.0.11 0 0 0 0 0
6.0.10 0 0 0 0 0
6.0.9 0 0 0 0 0
6.0.8 0 0 0 0 0
6.0.7 0 0 0 0 0
6.0.6 0 0 0 0 0
6.0.5 0 0 0 0 0
6.0.4 0 0 0 0 0
6.0.3 0 0 0 0 0
6.0.2 0 0 0 0 0
6.0.1 0 0 0 0 0
6.0.0b3 0 0 0 0 0
6.0.0b2 0 0 0 0 0
6.0.0b1 0 0 0 0 0
6.0.0 0 0 0 0 0
5.2.1 0 0 0 0 0
5.2.0 0 0 0 0 0
5.1.3 0 0 0 0 0
5.1.2 0 0 1 0 0
5.1.1 0 0 1 0 0
5.1 0 0 1 0 0
5.0.1 0 0 1 0 0
5.0 0 0 4 0 0
4.1 0 0 3 0 0

Stability
Latest release:

6.0.12 - This version is safe to use because it has no known security vulnerabilities at this time. Find out if your coding project uses this component and get notified of any reported security vulnerabilities with Meterian-X Open Source Security Platform

Licensing

Maintain your licence declarations and avoid unwanted licences to protect your IP the way you intended.

BSD   -   BSD License (Generic)

Is a wildcard

Not proprietary

OSI Compliant



.. This file is part of feedparser. Copyright 2010-2025 Kurt McKee contactme@kurtmckee.org Copyright 2002-2008 Mark Pilgrim Released under the BSD 2-clause license.

feedparser ##########

Parse Atom and RSS feeds in Python.


Installation

feedparser can be installed by running pip:

.. code-block:: console

$ 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_:

.. code-block:: console

$ tox run -e docs

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

Testing

Feedparser has an extensive test suite, powered by tox_:

.. code-block:: console

$ tox run-parallel

.. Links .. ===== .. .. _tox: https://tox.wiki/