smartcard - Smartcard utility module.AbstractCardRequest - AbstractCardRequest class.ATR - ATR class managing some of the Answer To Reset content.Card - Card class.CardConnection - The CardConnection abstract class manages connections with a card and apdu transmission.CardConnectionDecorator - The CardConnectionDecorator is a Decorator around the CardConnection abstract class, and allows dynamic addition of features to the CardConnection, e.g. implementing a secure channel..CardConnectionEvent - The CardConnectionEvent is sent to CardConnectionObserver objects when a CardConnection event occurs.CardConnectionObserver - CardConnectionObserver interface.CardMonitoring - Smart card insertion/removal monitoring classes.CardRequest - Smartcard CardRequest.CardService - Card service abstract class.CardType - Abstract CarType.Exceptions - Smartcard module exceptions.ExclusiveConnectCardConnection - CardConnectionDecorator that provides exclusive use of a card.ExclusiveTransmitCardConnection - Sample CardConnectionDecorator that provides exclusive transmit()guid - smartcard.guidObserver - from Thinking in Python, Bruce Eckel https://python-3-patterns-idioms-test.readthedocs.io/en/latest/Observer.htmlPassThruCardService - Card service abstract class.pcsc - No package docstring; 6/6 modules documentedPCSCCardConnection - PCSCCardConnection class manages connections thru a PCSC reader.PCSCCardRequest - PCSC Smartcard request.PCSCExceptions - Smartcard module exceptions.PCSCPart10 - PCSCPart10: PC/SC Part 10 (pinpad)PCSCReader - PCSCReader: concrete reader class for PCSC ReadersPCSCReaderGroups - PCSCReaderGroups organizes smartcard readers as groups.reader - No package docstring; 3/3 modules documentedReader - Smart card Reader abstract class.ReaderFactory - ReaderFactory: creates smartcard readers.ReaderGroups - ReaderGroups manages smart card reader in groups.ReaderMonitoring - Smart card reader monitoring classes.scard - Import symbols from internal smartcard.scardscard - The smartcard.scard module is a simple wrapper on top of the C language PCSC SCardXXX API.sw - smartcard.sw module for status word error checking.ErrorChecker - Base class for status word error checkers.ErrorCheckingChain - The error checking chain is a list of status word (sw1, sw2) error check strategies.ISO7816_4_SW1ErrorChecker - ISO7816-4 sw1 only error checker.ISO7816_4ErrorChecker - ISO7816-4 error checking strategy.ISO7816_8ErrorChecker - ISO7816-8 error checker.ISO7816_9ErrorChecker - ISO7816-9 error checker.op21_ErrorChecker - Open Platform 2.1 error checker.SWExceptions - Status Word (SW) ExceptionsSynchronization - from Thinking in Python, Bruce Eckel https://python-3-patterns-idioms-test.readthedocs.io/en/latest/Observer.htmlSystem - Smartcard system utility functions and classes.ulist - ulist is a subclass of list where items cannot appear twice in the list.util - smartcard.util packagewx - wxpython smartcard utility module.APDUHexValidator - A wxValidator that matches APDU in hexadecimal such as:APDUTracerPanel - Graphical APDU Tracer.CardAndReaderTreePanel - wxPython panel display cards/readers as a TreeCtrl.ReaderToolbar - wxPython toolbar with reader icons implementing ReaderObserver.SimpleSCardApp - Simple wxPython wxApp for smartcard.SimpleSCardAppEventObserver - Smartcard event observer.SimpleSCardAppFrame - Simple wxpython frame for smart card application.