slackbuilds/python/pynzb
Robby Workman 065bbe93dc Multiple: Fixed .info file (removed pysetuptools)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2016-01-17 09:40:16 +07:00
..
README python/pynzb: Fixed dep information 2012-08-23 15:49:28 -05:00
pynzb.SlackBuild various: Update find command to match template. 2013-11-22 02:37:19 -05:00
pynzb.info Multiple: Fixed .info file (removed pysetuptools) 2016-01-17 09:40:16 +07:00
slack-desc various: Fix slack-desc formatting and comment nit picks. 2013-11-22 02:29:22 -05:00

README

NZB is an XML-based file format for retrieving posts from NNTP (Usenet)
servers. Since NZB is XML-based, it's relatively easy to build one-off
parsers to parse NZB files. This project is an attempt to consolidate
those many one-off NZB parsers into one simple interface.

This package includes three implementations: one based on expat, another
based on ElementTree, and a final implementation based on lxml. The order
in which they were listed is in order of compatibility. The expat version
should work on all versions of Python > 2.0, the lxml one will work on
all versions > 2.5, and lxml will only work if you have lxml installed.