8000 GitHub - tfederman/feedparser: Parse feeds in Python
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

tfederman/feedparser

 
 

Repository files navigation

feedparser

Parse Atom and RSS feeds in Python.


Installation

feedparser can be installed by running pip:

$ 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:

$ tox run -e docs

This will produce HTML documentation in the build/docs/ directory.

Testing

Feedparser has an extensive test suite, powered by tox:

$ tox run-parallel

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%
0