New version of PySCard: 2.3.0
I just released a new version of pyscard. PySCard is a Python module adding smart cards support (PC/SC) to Python.
The PySCard project is available at:
Changes:
2.3.0 (July 2025)
PCSCCardRequest
: fixwaitforcardevent()
initializationPCSCCardConnection
: raise exception for.connect()
after.release()
Fix race issue in
SCardListReaders()
andSCardListReaderGroups()
Use
SCARD_AUTOALLOCATE
where defined (everywhere except macOS)Use
SCardFreeMemory()
on Unix (except macOS)CardMonitoringThread
: Fix a thread safeness issuefix/ignore all pylint warnings
Minor changes