SkillAgentSearch skills...

Feedparser

Parse feeds in Python

Install / Use

/learn @kurtmckee/Feedparser
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

.. 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/

View on GitHub
GitHub Stars2.3k
CategoryDevelopment
Updated22h ago
Forks353

Languages

Python

Security Score

85/100

Audited on Mar 27, 2026

No findings