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.