summaryrefslogtreecommitdiff
path: root/debian/control
blob: 12820a64f7c2b07dae909c34a4bcf219c5d3cebc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Source: urlgrabber
Section: python
Priority: optional
Maintainer: Kevin Coyner <kcoyner@debian.org>
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Build-Depends: debhelper (>= 5), python-all, python-support (>= 0.6), dpatch
Standards-Version: 3.8.3
Homepage: http://linux.duke.edu/projects/urlgrabber/
Vcs-Svn: svn://svn.debian.org/python-modules/packages/urlgrabber/trunk/
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/urlgrabber/trunk/

Package: python-urlgrabber
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
Provides: ${python:Provides}
Description: A high-level cross-protocol url-grabber
 urlgrabber dramatically simplifies the fetching of files. It is designed to
 be used in programs that need common (but not necessarily simple)
 url-fetching features. This package provides both a binary and a module, both
 of the name urlgrabber.
 .
 It supports identical behavior for http://, ftp:// and file:/// URIs. It
 provides HTTP keepalive, byte ranges, regets, progress meters, throttling,
 retries, access to authenticated http/ftp servers, and proxies. Additionally
 it has the ability to treat a list of mirrors as a single source and to
 automatically switch mirrors if there is a failure.