File: control

package info (click to toggle)
pyscard 2.0.5-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,252 kB
  • sloc: python: 7,683; ansic: 2,068; makefile: 24
file content (22 lines) | stat: -rw-r--r-- 911 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
Source: pyscard
Priority: optional
Maintainer: Ludovic Rousseau <rousseau@debian.org>
Uploaders: Debian Python Team <team+python@tracker.debian.org>
Build-Depends: debhelper-compat (= 13), python3-all-dev, libpcsclite-dev, swig, dh-python, python3-setuptools
Standards-Version: 4.6.1
Section: python
Vcs-Git: https://salsa.debian.org/python-team/packages/pyscard.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/pyscard
Homepage: https://github.com/LudovicRousseau/pyscard
Rules-Requires-Root: no

Package: python3-pyscard
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends}
Suggests: python3-wxgtk4.0
Description: Python3 wrapper above PC/SC API
 This package contains a wrapper to use PC/SC from a Python 3 program.
 PC/SC (or winscard or pcsc) is an API to communicate with smart cards and
 smart card readers.
 .
 The package also contains some example of codes.