python-pcsclite
===============
python-pcsclite is a Python wrapper for libpcsclite.
There is extensive documentation shipped as reStructured
text. The build system renders this in the standard Python
HTML documentation style.
The documentation in the source is readable online at
the home page:
http://python-pcsclite.sourceforge.net/
Dependencies
------------
Python >= 2.2, http://www.python.org/
pcsc-lite >= 1.4, https://pcsclite.apdu.fr/
The pcscd daemon running.
Building and Installing
-----------------------
Building is optional. There is only one source file and
it can be used directly.
The build dependencies are:
- Python2 development system, http://www.python.org
- pcsc-lite development libraries,
https://pcsclite.apdu.fr/files/
- A POSIX system (make, unix shell, sed, etc).
To build the re-distributable, in the directory containing
this file run:
make
To install, in the directory containing this file run:
make install
License
-------
Copyright (c) 2007-2014,2015,2016,2018,2020,2021 Russell Stuart.
This program is free software: you can redistribute it and/or modify it
under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or (at your
option) any later version.
The copyright holders grant you an additional permission under Section 7
of the GNU Affero General Public License, version 3, exempting you from
the requirement in Section 6 of the GNU General Public License, version 3,
to accompany Corresponding Source with Installation Information for the
Program or any work based on the Program. You are still required to
comply with all other Section 6 requirements to provide Corresponding
Source.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
--
Russell Stuart
2014-May-30