File: control

package info (click to toggle)
python-rsa 4.0-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 312 kB
  • sloc: python: 2,053; makefile: 10
file content (45 lines) | stat: -rw-r--r-- 1,654 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
Source: python-rsa
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: TANIGUCHI Takaki <takaki@debian.org>
Build-Depends: debhelper (>= 9)
        , dh-python
	, python-all
	, python3-all
	, python-setuptools
	, python3-setuptools
  , python-unittest2
  , python3-unittest2
  , python3-pyasn1
  , python-pyasn1
  , python3-mock
  , python-mock
Standards-Version: 4.2.1
Homepage: http://stuvel.eu/rsa
X-Python-Versioni: >= 2.7
X-Python3-Versioni: >= 3.2
Vcs-Git: https://salsa.debian.org/python-team/modules/python-rsa.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-rsa

Package: python-rsa
Architecture: all
Depends: python, ${python:Depends}, ${misc:Depends}
Description: Pure-Python RSA implementation (Python 2)
 Python-RSA is a pure-Python RSA implementation. It supports encryption
 and decryption, signing and verifying signatures, and key generation
 according to PKCS#1 version 1.5. It can be used as a Python library as
 well as on the commandline. The code was mostly written by Sybren A. Stüvel.
 .
 This package contains the module for Python 2.

Package: python3-rsa
Architecture: all
Depends: python3, ${python3:Depends}, ${misc:Depends}
Description: Pure-Python RSA implementation (Python 3)
 Python-RSA is a pure-Python RSA implementation. It supports encryption
 and decryption, signing and verifying signatures, and key generation
 according to PKCS#1 version 1.5. It can be used as a Python library as
 well as on the commandline. The code was mostly written by Sybren A. Stüvel.
 .
 This package contains the module for Python 3.