1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
Source: python-wget
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Balasankar C <balasankarc@autistici.org>
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-python,
python3-all,
python3-setuptools
Standards-Version: 4.5.1
Vcs-Git: https://salsa.debian.org/python-team/packages/python-wget.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-wget
Homepage: https://bitbucket.org/techtonik/python-wget/
Testsuite: autopkgtest-pkg-python
Package: python3-wget
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: pure Python download utility for Python 3
This package installs the wget module for Python version 3.x. wget module
can be used to perform basic network downloads inside a Python script.
.
More information about the usage can be found at README.txt.
|