PySCard 1.9.2 released
I just released a new official version 1.9.2 of pyscard. PySCard is a python module adding smart cards support (PC/SC) to Python.
The PySCard project is available at:
Changes
1.9.2 (February 2016)- Fix
toBytes
regression - Fix installation using pip
- improve pydoc documentation
- user-guide.rst: use real sample codes
- minor improvements
I forgot to announce the previous version 1.9.1 on the blog.
1.9.1 (September 2015)
- Create a new version so that the upload to Pypi does _not_ contain the swig generated files.
Remaining problem
The versions 1.9.1 and 1.9.2 were supposed to fix a problem when the software is installed using pip. But the problem is still present ☹.The best way, for now, to install the software from source code is to use:
$ cd pyscard-1.9.2 $ python setup.py install