SlackBuildsOrg/python/pynzb
B. Watson a4895f2f8a python/pynzb: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
2022-03-17 12:37:56 -04:00
..
pynzb.info
pynzb.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
README python/pynzb: Wrap README at 72 columns. 2022-03-17 12:37:56 -04:00
slack-desc

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.