slackbuilds/network/urlgrabber
Heinz Wiesinger 926b93d445 various: Replace chmod command with find command from template.
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2013-11-25 13:11:59 +01:00
..
README network/urlgrabber: Added to 12.1 repository 2010-05-11 22:55:04 +02:00
slack-desc various: Fix slack-desc formatting and comment nit picks. 2013-11-22 02:29:22 -05:00
urlgrabber.SlackBuild various: Replace chmod command with find command from template. 2013-11-25 13:11:59 +01:00
urlgrabber.info network/urlgrabber: Updated for version 3.10. 2013-11-12 01:25:00 -06:00

README

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!