PySCard 1.9.8 released
I just released a new version 1.9.8 of pyscard. PySCard is a python module adding smart cards support (PC/SC) to Python.
The PySCard project is available at:
Changes
1.9.8 (March 2018)
-
SmartcardException
: store the PC/SC return code inhresult
-
CardMonitoring
: stop the looping only if PCSC exited - setup: support build on OpenBSD, and other BSD
- Fix Windows 10
SCARD_E_SERVICE_STOPPED
fromSCardListReaders()
- Minor documentation improvements