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
Contents
Universal feed parser, handles RSS 0.9x, RSS 1.0, RSS 2.0, CDF, Atom 0.3, and Atom 1.0 feeds
Stars: 1955, Watchers: 1955, Forks: 342, Open Issues: 91The 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 1955 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
Related Packages
Errors
A list of common feedparser errors.
Code Examples
Here are some feedparser
code examples and snippets.
GitHub Issues
The feedparser package has 91 open issues on GitHub
- Memory usage reduction (#296)
- Add support for the "podcast" namespace
XMLParserMixin.namespaces
versusNamespace.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