New version of PySCard: 2.2.2

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.2.2 (April 2025)

  • add .release() method to CardConnection & PCSCCardRequest

  • add context manager protocol to CardRequest & CardService

  • fix some parallel execution issues

  • PCSCCardRequest: correctly initialize waitforcardevent()

  • user-guide: Update documentation

  • Minor changes