1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/textproc/py-feedparser/pkg-descr
Sofian Brabez 67565849b8 - Update COMMENT
- Update LICENSE
- Update pkg-descr
- Convert to USES=tar:bzip2
- Remove unnecessary RUN_DEPENDS

PR:		ports/186751
Submitted by:	Stephen R Guglielmo <srg at guglielmo.us>
2014-05-28 22:06:53 +00:00

11 lines
576 B
Plaintext

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://code.google.com/p/feedparser/