File: control

package info (click to toggle)
python-pyzipper 0.3.6-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,112 kB
  • sloc: python: 9,552; makefile: 37
file content (67 lines) | stat: -rw-r--r-- 2,735 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
Source: python-pyzipper
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Josenilson Ferreira da Silva <nilsonfsilva@hotmail.com>
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
               dh-sequence-python3,
               python3-all,
               python3-coverage <!nocheck>,
               python3-pyasyncore <!nocheck>,
               python3-pycryptodome,
               python3-pytest <!nocheck>,
               python3-pytest-cov <!nocheck>,
               python3-setuptools,
               python3-sphinx <!nodoc>,
               python3-sphinx-rtd-theme <!nodoc>
Standards-Version: 4.7.0
Homepage: https://github.com/danifus/pyzipper
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-pyzipper
Vcs-Git: https://salsa.debian.org/python-team/packages/python-pyzipper.git
#Testsuite: autopkgtest-pkg-pybuild

Package: python3-pyzipper
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends}
Suggests: python-pyzipper-doc
Description: AES encryption for zipfile
 PyZipper is a Python library for working with ZIP files in an efficient
 and user-friendly way. It provides a high-level interface for creating,
 reading, writing and extracting ZIP files. Additionally, it supports
 advanced functionalities such as AES encryption and LZMA updates.
 .
 Key Features:
  - Allows you to add, remove, rename and list entries in ZIP files
    efficiently.
  - Provides an intuitive Python API, making ZIP archive manipulation
    simple and straightforward.
  - AES (Advanced Encryption Standard) encryption support to protect ZIP
    files with passwords.
  - Allows you to compress ZIP files using the LZMA compression algorithm,
    which offers high compression rates.

Package: python-pyzipper-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends},
         ${sphinxdoc:Depends}
Description: AES encryption for zipfile (common documentation)
 PyZipper is a Python library for working with ZIP files in an efficient
 and user-friendly way. It provides a high-level interface for creating,
 reading, writing and extracting ZIP files. Additionally, it supports
 advanced functionalities such as AES encryption and LZMA updates.
 .
 Key Features:
  - Allows you to add, remove, rename and list entries in ZIP files
    efficiently.
  - Provides an intuitive Python API, making ZIP archive manipulation
    simple and straightforward.
  - AES (Advanced Encryption Standard) encryption support to protect ZIP
    files with passwords.
  - Allows you to compress ZIP files using the LZMA compression algorithm,
    which offers high compression rates.
 .
 This is the common documentation package.