Source: pynzb Maintainer: Eric Florenzano Section: python Priority: optional Build-Depends: python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), debhelper (>= 7) Standards-Version: 3.9.4 Package: python-pynzb Architecture: all Depends: ${misc:Depends}, ${python:Depends} Description: pynzb is a unified API for parsing NZB files, with several c . Introduction ------------ . 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. . . A Note on Installing lxml ------------------------- . While lxml is not a requirement, I have had a hard time installing lxml in the