diff options
author | Javier Rojas <jerojasro@devnull.li> | 2010-05-11 22:55:04 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-11 22:55:04 +0200 |
commit | f272bb68d41a4ecfba9fabd4b473b400833367f7 (patch) | |
tree | 0def60dda1df23f201923794da529cabd818995f /network/urlgrabber/README | |
parent | 6bb8103bb61b3fc901342e600b7b117a027a90a7 (diff) | |
download | slackbuilds-f272bb68d41a4ecfba9fabd4b473b400833367f7.tar.gz |
network/urlgrabber: Added to 12.1 repository
Diffstat (limited to 'network/urlgrabber/README')
-rw-r--r-- | network/urlgrabber/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/network/urlgrabber/README b/network/urlgrabber/README new file mode 100644 index 0000000000..748e0faf99 --- /dev/null +++ b/network/urlgrabber/README @@ -0,0 +1,7 @@ +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! |