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
|
Source: pyscard
Priority: optional
Maintainer: Ludovic Rousseau <rousseau@debian.org>
Uploaders: Debian Python Team <team+python@tracker.debian.org>
Build-Depends:
debhelper-compat (= 13),
dh-python,
libpcsclite-dev,
pybuild-plugin-pyproject,
python3-all-dev,
python3-setuptools,
swig
Standards-Version: 4.7.2
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}
Recommends: libpcsclite1
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.
|