PySCard 1.9.4 released
I just released a new official version 1.9.4 of pyscard. PySCard is a python module adding smart cards support (PC/SC) to Python.
The PySCard project is available at:
Changes
1.9.4 (May 2016)- Fix installation using pip and easy_install
- Avoid El Capitan
SCardGetAttrib
bug - CardConnection: Add context management
- PCSCCardConnection: raise
NoCardException
ifSCARD_E_NO_SMARTCARD
- Stop CardMonitor monitor thread after traceback print.
- minor improvements
1.9.3 (March 2016)
- Fix
SCardControl()
on Windows 7 - Fix installation using pip and easy_install