freebsd-ports/www/py-urlgrabber/pkg-descr
Nicola Vitale 6d8fd59b0b - Update to 3.9.1
- Add ftp/py-curl to *_DEPENDS
- Change primary download site
- Change WWW site in pkg-descr
2010-05-11 08:49:24 +00:00

10 lines
546 B
Text

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!
Author: Michael D. Stenner, Ryan Tomayko
WWW: http://urlgrabber.baseurl.org/