File: control

package info (click to toggle)
python-zipstream 1.1.4-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 156 kB
  • sloc: python: 543; makefile: 3
file content (31 lines) | stat: -rw-r--r-- 1,057 bytes parent folder | download
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
29
30
31
Source: python-zipstream
Standards-Version: 4.7.2
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Aigars Mahinovs <aigarius@debian.org>,
Section: python
Testsuite: autopkgtest-pkg-python
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 pybuild-plugin-pyproject,
 python3-all,
 python3-setuptools,
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-zipstream
Vcs-Git: https://salsa.debian.org/python-team/packages/python-zipstream.git
Homepage: https://github.com/allanlei/python-zipstream
Rules-Requires-Root: no

Package: python3-zipstream
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: Zipfile generator
 Zipstream.py is a zip archive generator based on Python 3.3's zipfile.py.
 .
 It was created to generate a zip file generator for streaming (ie web apps).
 This is beneficial for when you want to provide a downloadable archive of a
 large collection of regular files, which would be infeasible to generate the
 archive prior to downloading.