Contents

feedparser 6.0.12

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: 2289, Watchers: 2289, Forks: 351, Open Issues: 99

The kurtmckee/feedparser repo was created 15 years ago and the last code push was 2 weeks ago.
The project is very popular with an impressive 2289 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 99 open issues on GitHub

  • [pre-commit.ci] pre-commit autoupdate
  • Support Google news sitemap format
  • Resolve relative srcset URLs
  • fixes for JSONfeed item.content
  • Allow multiple XML-tags with the same name to be parsed as list

See more issues on GitHub

Related Packages & Articles

django-json-widget 2.1.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.