File: control

package info (click to toggle)
pykcs11 1.5.17-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 692 kB
  • sloc: python: 3,703; cpp: 1,414; ansic: 1,350; makefile: 69; sh: 18
file content (31 lines) | stat: -rw-r--r-- 1,125 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: pykcs11
Priority: optional
Maintainer: Ludovic Rousseau <rousseau@debian.org>
Uploaders: Debian Python Team <team+python@tracker.debian.org>
Build-Depends: debhelper-compat (= 13),
	dh-python,
	python3-all-dev,
	python3-setuptools,
	pybuild-plugin-pyproject,
	swig
Standards-Version: 4.7.0
Section: python
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/python-team/packages/pykcs11.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/pykcs11
Homepage: http://sourceforge.net/projects/pkcs11wrap/

Package: python3-pykcs11
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends}
Description: PKCS#11 wrapper for Python
 PyKCS11 let you access to almost all PKCS#11 functions and data types using
 any PKCS#11 library, such as the various modules supplied by smartcard
 vendors.
 .
 The wrapper comes with 2 interfaces: a low level and very thin interface over
 the original PKCS#11 API, generated using the SWIG compiler (designed for
 library tests); and an high level interface that offers a simpler access (with
 few limits) to the PKCS#11 APIs.
 .
 Keywords: pkcs11