File: control

package info (click to toggle)
python-zipstream 1.1.3-1
  • links: PTS
  • area: main
  • in suites: buster, stretch
  • size: 148 kB
  • ctags: 80
  • sloc: python: 542; makefile: 3
file content (31 lines) | stat: -rw-r--r-- 1,241 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
Maintainer: Aigars Mahinovs <aigarius@debian.org>
Section: python
Priority: optional
Build-Depends: python-setuptools (>= 0.6b3), python3-setuptools, python-all (>= 2.6.6-3), python3-all, debhelper (>= 9), dh-python, python-nose, python3-nose
Standards-Version: 3.9.6

Package: python-zipstream
Architecture: all
Depends: ${misc:Depends}, ${python: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.

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.
 .
 Python3 version.