ACKS
ChangeLog
INSTALL.md
LICENSE
MANIFEST.in
Makefile
README.md
TODO
pyproject.toml
setup.cfg
setup.py
src/pyscard.egg-info/PKG-INFO
src/pyscard.egg-info/SOURCES.txt
src/pyscard.egg-info/dependency_links.txt
src/pyscard.egg-info/requires.txt
src/pyscard.egg-info/top_level.txt
src/smartcard/ATR.py
src/smartcard/AbstractCardRequest.py
src/smartcard/Card.py
src/smartcard/CardConnection.py
src/smartcard/CardConnectionDecorator.py
src/smartcard/CardConnectionEvent.py
src/smartcard/CardConnectionObserver.py
src/smartcard/CardMonitoring.py
src/smartcard/CardRequest.py
src/smartcard/CardService.py
src/smartcard/CardType.py
src/smartcard/Exceptions.py
src/smartcard/ExclusiveConnectCardConnection.py
src/smartcard/ExclusiveTransmitCardConnection.py
src/smartcard/Observer.py
src/smartcard/PassThruCardService.py
src/smartcard/ReaderMonitoring.py
src/smartcard/Session.py
src/smartcard/Synchronization.py
src/smartcard/System.py
src/smartcard/__init__.py
src/smartcard/guid.py
src/smartcard/ulist.py
src/smartcard/Examples/framework/sample_ATR.py
src/smartcard/Examples/framework/sample_CardConnectionDecorator.py
src/smartcard/Examples/framework/sample_ConsoleConnectionTracer.py
src/smartcard/Examples/framework/sample_CustomCardType.py
src/smartcard/Examples/framework/sample_CustomErrorChecker.py
src/smartcard/Examples/framework/sample_ErrorChecking.py
src/smartcard/Examples/framework/sample_ExclusiveCardConnection.py
src/smartcard/Examples/framework/sample_MonitorCards.py
src/smartcard/Examples/framework/sample_MonitorCardsAndTransmit.py
src/smartcard/Examples/framework/sample_MonitorReaders.py
src/smartcard/Examples/framework/sample_TransmitCardObserver.py
src/smartcard/Examples/framework/sample_apduTracerInterpreter.py
src/smartcard/Examples/framework/sample_toHexString.py
src/smartcard/Examples/scard-api/sample_control.py
src/smartcard/Examples/scard-api/sample_getATR.py
src/smartcard/Examples/scard-api/sample_getAttrib.py
src/smartcard/Examples/scard-api/sample_getStatusChange.py
src/smartcard/Examples/scard-api/sample_listCards.py
src/smartcard/Examples/scard-api/sample_listInterfaces.py
src/smartcard/Examples/scard-api/sample_locateCards.py
src/smartcard/Examples/scard-api/sample_pinpad.py
src/smartcard/Examples/scard-api/sample_readerGroups.py
src/smartcard/Examples/scard-api/sample_readers.py
src/smartcard/Examples/scard-api/sample_selectDFTelecom.py
src/smartcard/Examples/scard-api/sample_transaction.py
src/smartcard/Examples/simple/getATR.py
src/smartcard/Examples/simple/getATR_context.py
src/smartcard/Examples/simple/selectDF_TELECOM.py
src/smartcard/Examples/simple/simpleAPDU.py
src/smartcard/Examples/wx/apdumanager/SampleAPDUManagerPanel.py
src/smartcard/Examples/wx/apdumanager/apdumanager.py
src/smartcard/Examples/wx/apdumanager/setup.py
src/smartcard/Examples/wx/apdumanager/images/mysmartcard.ico
src/smartcard/Examples/wx/cardmonitor/cardmonitor.py
src/smartcard/Examples/wx/cardmonitor/setup.py
src/smartcard/Examples/wx/cardmonitor/images/mysmartcard.ico
src/smartcard/Examples/wx/pcscdiag/pcscdiag.py
src/smartcard/Examples/wx/readerviewer/readerviewer.py
src/smartcard/Examples/wx/readerviewer/setup.py
src/smartcard/Examples/wx/readerviewer/images/readerviewer.ico
src/smartcard/doc/images/pyscard.jpg
src/smartcard/doc/images/sflogo.php.png
src/smartcard/pcsc/PCSCCardConnection.py
src/smartcard/pcsc/PCSCCardRequest.py
src/smartcard/pcsc/PCSCExceptions.py
src/smartcard/pcsc/PCSCPart10.py
src/smartcard/pcsc/PCSCReader.py
src/smartcard/pcsc/PCSCReaderGroups.py
src/smartcard/pcsc/__init__.py
src/smartcard/reader/Reader.py
src/smartcard/reader/ReaderFactory.py
src/smartcard/reader/ReaderGroups.py
src/smartcard/reader/__init__.py
src/smartcard/scard/PcscDefs.i
src/smartcard/scard/PcscTypemaps.i
src/smartcard/scard/__init__.py
src/smartcard/scard/gemalto.ver
src/smartcard/scard/helpers.c
src/smartcard/scard/helpers.h
src/smartcard/scard/memlog.h
src/smartcard/scard/pcsctypes.h
src/smartcard/scard/pyscard-reader.h
src/smartcard/scard/scard.def
src/smartcard/scard/scard.i
src/smartcard/scard/scard.py
src/smartcard/scard/scard.rc
src/smartcard/scard/winscarddll.c
src/smartcard/scard/winscarddll.h
src/smartcard/sw/ErrorChecker.py
src/smartcard/sw/ErrorCheckingChain.py
src/smartcard/sw/ISO7816_4ErrorChecker.py
src/smartcard/sw/ISO7816_4_SW1ErrorChecker.py
src/smartcard/sw/ISO7816_8ErrorChecker.py
src/smartcard/sw/ISO7816_9ErrorChecker.py
src/smartcard/sw/SWExceptions.py
src/smartcard/sw/__init__.py
src/smartcard/sw/op21_ErrorChecker.py
src/smartcard/test/configcheck.py
src/smartcard/test/framework/local_config.py
src/smartcard/test/framework/readme.txt
src/smartcard/test/framework/testcase_ATR.py
src/smartcard/test/framework/testcase_CAtr.py
src/smartcard/test/framework/testcase_Card.py
src/smartcard/test/framework/testcase_CardConnection.py
src/smartcard/test/framework/testcase_CardMonitor.py
src/smartcard/test/framework/testcase_CardRequest.py
src/smartcard/test/framework/testcase_CardService.py
src/smartcard/test/framework/testcase_CardType.py
src/smartcard/test/framework/testcase_ErrorChecking.py
src/smartcard/test/framework/testcase_ExclusiveCardConnection.py
src/smartcard/test/framework/testcase_readergroups.py
src/smartcard/test/framework/testcase_readermonitor.py
src/smartcard/test/framework/testcase_readermonitorstress.py
src/smartcard/test/framework/testcase_readers.py
src/smartcard/test/framework/testcase_ulist.py
src/smartcard/test/framework/testcase_utils.py
src/smartcard/test/framework/testsuite_framework.py
src/smartcard/test/frameworkpcsc/local_config.py
src/smartcard/test/frameworkpcsc/readme.txt
src/smartcard/test/frameworkpcsc/testcase_pcscreadergroups.py
src/smartcard/test/frameworkpcsc/testsuite_frameworkpcsc.py
src/smartcard/test/scard/local_config.py
src/smartcard/test/scard/readme.txt
src/smartcard/test/scard/testcase_getatr.py
src/smartcard/test/scard/testcase_getattrib.py
src/smartcard/test/scard/testcase_geterrormessage.py
src/smartcard/test/scard/testcase_listcards.py
src/smartcard/test/scard/testcase_locatecards.py
src/smartcard/test/scard/testcase_readergroups.py
src/smartcard/test/scard/testcase_returncodes.py
src/smartcard/test/scard/testcase_transaction.py
src/smartcard/test/scard/testsuite_scard.py
src/smartcard/util/__init__.py
src/smartcard/wx/APDUHexValidator.py
src/smartcard/wx/APDUTracerPanel.py
src/smartcard/wx/CardAndReaderTreePanel.py
src/smartcard/wx/ReaderToolbar.py
src/smartcard/wx/SimpleSCardApp.py
src/smartcard/wx/SimpleSCardAppEventObserver.py
src/smartcard/wx/SimpleSCardAppFrame.py
src/smartcard/wx/__init__.py
src/smartcard/wx/resources/reader.ico
src/smartcard/wx/resources/smartcard.ico
test/conftest.py
test/test_ATR.py
test/test_Exceptions.py
test/test_PCSC.py
test/test_PCSCExceptions.py
test/test_SCardGetErrorMessage.py
test/test_guid.py
test/test_observer.py
test/test_readergroups.py
test/test_synchronization.py
test/test_ulist.py
test/test_util.py