File: control

package info (click to toggle)
python-file-encryptor 0.2.9-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 152 kB
  • ctags: 59
  • sloc: python: 94; makefile: 4
file content (32 lines) | stat: -rw-r--r-- 1,163 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
Source: python-file-encryptor
Section: python
Priority: optional
Maintainer: Josue Ortega <josue@debian.org>
Build-Depends: debhelper (>= 9),
 dh-python,
 python-all,
 python-setuptools,
 python3-all,
 python3-setuptools
Standards-Version: 3.9.8
Homepage: https://pypi.python.org/pypi/file_encryptor
X-Python-Version: >= 2.7
X-Python3-Version: >= 3.5
Vcs-Git: https://anonscm.debian.org/collab-maint/python-file-encryptor.git
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/python-file-encryptor.git

Package: python-file-encryptor
Architecture: all
Depends: ${misc:Depends}, ${python:Depends},
 python-crypto (>= 2.6.1)
Description: Python module to convergently encrypt and decrypt files
 This Python module contains helper methods to encrypt and decrypt files inline
 (without using extra space) and to decrypt streams.

Package: python3-file-encryptor
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends},
 python3-crypto (>= 2.6.1)
Description: Python 3 module to convergently encrypt and decrypt files
 This Python 3 module contains helper methods to encrypt and decrypt files
 inline (without using extra space) and to decrypt streams.