PySCard 1.9.7 released
I just released a new official version 1.9.7 of pyscard. PySCard is a python module adding smart cards support (PC/SC) to Python.
The PySCard project is available at:
Changes
1.9.7 (June 2018)
- Modify
CardMonitoring
'sdeleteObserver
method to cleanly remove threads - Python 3: fix smartcard/Synchronization.py
- Python 3: Fix
SCardGetErrorMessage()
on Windows - PCSCPart10: add
parseFeatureRequest()
,parseTlvProperties()
- Fix PEP8 warnings
- Minor documentation improvements
1.9.6 (August 2017)
- include test/__init__.py in the archive tarball.
"make test"
now works. That fixes build using Python 3.6