diff options
author | wiz <wiz@pkgsrc.org> | 2008-03-14 01:29:28 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2008-03-14 01:29:28 +0000 |
commit | 94c0f1368f614f0572e86976180b72a521125e1d (patch) | |
tree | cebaabf1c1711be569b13adb716c6f307eda63a8 /www/urlgrabber/DESCR | |
parent | 695ad3e0488fd5a47b7d22af2a4f269707d69135 (diff) | |
download | pkgsrc-94c0f1368f614f0572e86976180b72a521125e1d.tar.gz |
Import urlgrabber-3.0.0 as www/urlgrabber.
urlgrabber is a pure python package that drastically simplifies
the fetching of files. It is designed to be used in programs that
need common (but not necessarily simple) url-fetching features.
It is extremely simple to drop into an existing program and provides
a clean interface to protocol-independant file-access. Best of all,
urlgrabber takes care of all those pesky file-fetching details,
and lets you focus on whatever it is that your program is written
to do!
Diffstat (limited to 'www/urlgrabber/DESCR')
-rw-r--r-- | www/urlgrabber/DESCR | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/www/urlgrabber/DESCR b/www/urlgrabber/DESCR new file mode 100644 index 00000000000..87d2b7e7846 --- /dev/null +++ b/www/urlgrabber/DESCR @@ -0,0 +1,8 @@ +urlgrabber is a pure python package that drastically simplifies +the fetching of files. It is designed to be used in programs that +need common (but not necessarily simple) url-fetching features. +It is extremely simple to drop into an existing program and provides +a clean interface to protocol-independant file-access. Best of all, +urlgrabber takes care of all those pesky file-fetching details, +and lets you focus on whatever it is that your program is written +to do! |