| 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 |
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
Maintain your licence declarations and avoid unwanted licences to protect your IP the way you intended.
BSD - BSD License (Generic).. 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.
feedparser can be installed by running pip:
.. code-block:: console
$ pip install feedparser
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.
Feedparser has an extensive test suite, powered by tox_:
.. code-block:: console
$ tox run-parallel
.. Links .. ===== .. .. _tox: https://tox.wiki/