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: fix waitforcardevent() initialization

  • PCSCCardConnection: raise exception for .connect() after .release()

  • Fix race issue in SCardListReaders() and SCardListReaderGroups()

  • Use SCARD_AUTOALLOCATE where defined (everywhere except macOS)

  • Use SCardFreeMemory() on Unix (except macOS)

  • CardMonitoringThread: Fix a thread safeness issue

  • fix/ignore all pylint warnings

  • Minor changes