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 27 28
|
Source: persepolis-lib
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
pybuild-plugin-pyproject,
python3,
python3-hatchling,
python3-psutil,
python3-socks,
Standards-Version: 4.7.2
Testsuite: autopkgtest-pkg-pybuild
Homepage: https://github.com/persepolisdm/persepolis_lib
Vcs-Git: https://salsa.debian.org/python-team/packages/persepolis-lib.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/persepolis-lib
Package: python3-persepolis-lib
Architecture: all
Multi-Arch: foreign
Depends:
${misc:Depends},
${python3:Depends},
Description: Python library for easier and faster downloading
This package provides functions for implementing easier and faster
downloading. Its features include multi-segment download of up to
64 connections, and the resumption of downloads.
|