SlackBuildsOrg/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
slack-desc
urlgrabber.info
urlgrabber.SlackBuild various: Replace chmod command with find command from template. 2013-11-25 13:11:59 +01:00

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!