aboutsummaryrefslogtreecommitdiffstats
path: root/www/py-urlgrabber/pkg-descr
blob: 080fcbfb5e4a1a252803b07c8adf88e91c66b371 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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://linux.duke.edu/projects/urlgrabber/