Contents

feedparser 6.0.11

0

Universal feed parser, handles RSS 0.9x, RSS 1.0, RSS 2.0, CDF, Atom 0.3, and Atom 1.0 feeds

Universal feed parser, handles RSS 0.9x, RSS 1.0, RSS 2.0, CDF, Atom 0.3, and Atom 1.0 feeds

Stars: 1823, Watchers: 1823, Forks: 333, Open Issues: 83

The kurtmckee/feedparser repo was created 13 years ago and the last code push was 1 weeks ago.
The project is very popular with an impressive 1823 github stars!

How to Install feedparser

You can install feedparser using pip

pip install feedparser

or add it to a project with poetry

poetry add feedparser

Package Details

Author
Kurt McKee
License
BSD-2-Clause
Homepage
https://github.com/kurtmckee/feedparser
PyPi:
https://pypi.org/project/feedparser/
GitHub Repo:
https://github.com/kurtmckee/feedparser

Classifiers

  • Software Development/Libraries/Python Modules
  • Text Processing/Markup/XML
No  feedparser  pypi packages just yet.

Errors

A list of common feedparser errors.

Code Examples

Here are some feedparser code examples and snippets.

GitHub Issues

The feedparser package has 83 open issues on GitHub

  • Memory usage reduction (#296)
  • Add support for the "podcast" namespace
  • XMLParserMixin.namespaces versus Namespace.supported_namespaces
  • Parsing channel params with same multiple same elements but different values squashes all values to 1 field
  • Plan for upcoming 3x memory improvement PR (and a few others)
  • Use bleach for HTML sanitizing

See more issues on GitHub

Related Packages & Articles

django-json-widget 2.0.1

An alternative widget that makes it easy to edit the new Django's field JSONField (PostgreSQL specific model fields)

demjson 2.2.4

demjson is a Python language module for encoding, decoding, and syntax-checking JSON data.