A few words about this project

I wrote this library for my own purposes, I wish it could be helpful to anyone dealing with smartcards and enjoying to do so with Python.

Any contributor more than welcome. There is room for improvements, namely:
  • porting to new platforms
  • testing
  • documenting

It has been written deliberately in Python3, as it is heavily leveraging on the new bytes.

You can reach me through email: <eric.devolder@gmail.com> .

Licensing

This program is licensed under GPLv3, see GNU Public License v3 for the full licensing terms.

Credits

Some portions of the code belong to their respective authors:

  • pcsc_hexlify_error() function taken from Link pcsc-lite, Copyright (C) 1999-2002 David Corcoran, Copyright (C) 1999-2008 Ludovic Rousseau

Disclaimer

THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM “AS IS” WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.

Table Of Contents

Previous topic

Downloading SCardFace

Next topic

GNU Public License v3

This Page