diff options
author | Lionel Young <redtricycle@gmail.com> | 2010-12-19 00:56:07 -0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-12-20 22:44:03 -0600 |
commit | a68aa4a82cdfd9cebceeefe9ccacd0ffc3ac7378 (patch) | |
tree | 9da2421e87ab053a2523a38b41d09898fa92d05c /libraries/pynzb/slack-desc | |
parent | 3012dbb96324830d00814e3527b2b920afe3ab86 (diff) | |
download | slackbuilds-a68aa4a82cdfd9cebceeefe9ccacd0ffc3ac7378.tar.gz |
libraries/pynzb: Added (NZB file format parser)
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'libraries/pynzb/slack-desc')
-rw-r--r-- | libraries/pynzb/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/libraries/pynzb/slack-desc b/libraries/pynzb/slack-desc new file mode 100644 index 0000000000..78873d62df --- /dev/null +++ b/libraries/pynzb/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. Line +# up the first '|' above the ':' following the base package name, and the '|' +# on the right side marks the last column you can put a character in. You must +# make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':'. + + |-----handy-ruler------------------------------------------------------| +pynzb: pynzb (NZB file format parser) +pynzb: +pynzb: NZB is an XML-based file format for retrieving posts from NNTP +pynzb: (Usenet) servers. Since NZB is XML-based, it's relatively +pynzb: easy to build one-off parsers to parse NZB files. This project is +pynzb: an attempt to consolidate those many one-off NZB parsers into one +pynzb: simple interface. +pynzb: +pynzb: Home: https://github.com/ericflo/pynzb +pynzb: +pynzb: |