Back to Explore

kurtmckee/feedparser

GitHub
2 watchersOpen source

Last release: 8 months ago

feedparser is a Python library for parsing Atom and RSS feeds, with support for related formats such as JSON and RDF. It’s useful when you need to read and process feed content from Python applications, and it provides documentation on Read the Docs and an extensive test suite run with tox.

Project status

  • Actively maintained, with an upstream push as recent as 2026-05-14, and a documented maintenance update (v6.0.12) in 2025-09-10.
  • Update cadence appears low to moderate based on the single recent tagged update shown (v6.0.12), with additional ongoing development implied by the later upstream push.

AI summary generated 2 weeks ago

AI-generated from public sources. May be inaccurate. Report

Recent updates

  • v6.0.12

    8 months ago

    v6.0.12 is a maintenance release focused on reliability and developer experience. It fixes two Python-related issues (an AssertionError crash and an unwanted DeprecationWarning) and adds a Read the Docs configuration for documentation builds.

    Features