pyscard - Python for smart cards ################################ `pyscard - Python smart card library - `_ is a Python module adding smart cards support to `Python `_. Download ******** The pyscard project is available from different sources: * pypi `https://pypi.python.org/pypi/pyscard `_ * github `https://github.com/LudovicRousseau/pyscard `_ Patch/bug reports ***************** Report bugs or issues on `github issues `_. Report patches as `github pull requests `_. Architecture ************ Pyscard consists of: * `smartcard.scard `_, an extension module wrapping the WinSCard API (smart card base components) also known as PC/SC, and * `smartcard `_, a higher level Python framework built on top of the raw PC/SC API. .. image:: ../doc/images/pyscard.jpg :align: center Documentation ************* :ref:`pyscard_user_guide` `High level API documentation `_, smartcard module `Low level API documentation `_, smartcard.scard module Samples ******* High level API samples: See :ref:`framework_samples` Low level API samples: See :ref:`wrapper_samples` Index ***** Contents: .. toctree:: :maxdepth: 4 user-guide pyscard-framework pyscard-wrapper license Indices and tables ================== * :ref:`genindex` * :ref:`modindex` * :ref:`search`