You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Gerardo Zamudio
4d5575bb50
|
5 years ago | |
---|---|---|
.. | ||
README | 5 years ago | |
slack-desc | 5 years ago | |
urlgrabber.SlackBuild | 5 years ago | |
urlgrabber.info | 5 years ago |
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!