freebsd-ports/textproc/py-feedparser/pkg-descr
Carlos J. Puga Medina d48146d7da - Update to 5.2.1
- Update LICENSE
- Add LICENSE_FILE
- Fix PORTDOCS
- Use post-install-DOCS-on target
- Remove .include <bsd.port.options.mk> line
- Use do-test target instead regression-test
- Remove unneeded patches
- Update WWW in pkg-descr

Reviewed by:	amdmi3 (mentor)
Approved by:	sbz (maintainer)
Differential Revision:	D6549
2016-06-02 23:38:00 +00:00

10 lines
578 B
Text

Universal Feed Parser is a Python module for downloading and parsing syndicated
feeds. It can handle RSS 0.90, Netscape RSS 0.91, Userland RSS 0.91, RSS 0.92,
RSS 0.93, RSS 0.94, RSS 1.0, RSS 2.0, Atom 0.3, Atom 1.0, and CDF feeds.
Universal Feed Parser is easy to use; the module is self-contained in a single
file, feedparser.py, and it has one primary public function, parse. parse
takes a number of arguments, but only one is required, and it can be a URL, a
local filename, or a raw string containing feed data in any format.
WWW: http://github.com/kurtmckee/feedparser