Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created September 28, 2019 11:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryantm/1173d5e70b54b02358a45cd08697c7f9 to your computer and use it in GitHub Desktop.
Save ryantm/1173d5e70b54b02358a45cd08697c7f9 to your computer and use it in GitHub Desktop.
/nix/store/xb4f11403mvfrd9w4i4yzl8pkbbrf1my-python3.7-pyscard-1.9.9
├── lib
│   └── python3.7
│   └── site-packages
│   ├── pyscard-1.9.9.dist-info
│   │   ├── INSTALLER
│   │   ├── LICENSE
│   │   ├── METADATA
│   │   ├── pbr.json
│   │   ├── RECORD
│   │   ├── top_level.txt
│   │   └── WHEEL
│   └── smartcard
│   ├── AbstractCardRequest.py
│   ├── ATR.py
│   ├── CardConnectionDecorator.py
│   ├── CardConnectionEvent.py
│   ├── CardConnectionObserver.py
│   ├── CardConnection.py
│   ├── CardMonitoring.py
│   ├── CardNames.py
│   ├── Card.py
│   ├── CardRequest.py
│   ├── CardService.py
│   ├── CardType.py
│   ├── ClassLoader.py
│   ├── Exceptions.py
│   ├── ExclusiveConnectCardConnection.py
│   ├── ExclusiveTransmitCardConnection.py
│   ├── guid.py
│   ├── __init__.py
│   ├── Observer.py
│   ├── PassThruCardService.py
│   ├── pcsc
│   │   ├── __init__.py
│   │   ├── PCSCCardConnection.py
│   │   ├── PCSCCardRequest.py
│   │   ├── PCSCContext.py
│   │   ├── PCSCExceptions.py
│   │   ├── PCSCPart10.py
│   │   ├── PCSCReaderGroups.py
│   │   ├── PCSCReader.py
│   │   └── __pycache__
│   │   ├── __init__.cpython-37.pyc
│   │   ├── PCSCCardConnection.cpython-37.pyc
│   │   ├── PCSCCardRequest.cpython-37.pyc
│   │   ├── PCSCContext.cpython-37.pyc
│   │   ├── PCSCExceptions.cpython-37.pyc
│   │   ├── PCSCPart10.cpython-37.pyc
│   │   ├── PCSCReader.cpython-37.pyc
│   │   └── PCSCReaderGroups.cpython-37.pyc
│   ├── __pycache__
│   │   ├── AbstractCardRequest.cpython-37.pyc
│   │   ├── ATR.cpython-37.pyc
│   │   ├── CardConnection.cpython-37.pyc
│   │   ├── CardConnectionDecorator.cpython-37.pyc
│   │   ├── CardConnectionEvent.cpython-37.pyc
│   │   ├── CardConnectionObserver.cpython-37.pyc
│   │   ├── Card.cpython-37.pyc
│   │   ├── CardMonitoring.cpython-37.pyc
│   │   ├── CardNames.cpython-37.pyc
│   │   ├── CardRequest.cpython-37.pyc
│   │   ├── CardService.cpython-37.pyc
│   │   ├── CardType.cpython-37.pyc
│   │   ├── ClassLoader.cpython-37.pyc
│   │   ├── Exceptions.cpython-37.pyc
│   │   ├── ExclusiveConnectCardConnection.cpython-37.pyc
│   │   ├── ExclusiveTransmitCardConnection.cpython-37.pyc
│   │   ├── guid.cpython-37.pyc
│   │   ├── __init__.cpython-37.pyc
│   │   ├── Observer.cpython-37.pyc
│   │   ├── PassThruCardService.cpython-37.pyc
│   │   ├── ReaderMonitoring.cpython-37.pyc
│   │   ├── Session.cpython-37.pyc
│   │   ├── Synchronization.cpython-37.pyc
│   │   ├── System.cpython-37.pyc
│   │   └── ulist.cpython-37.pyc
│   ├── pyro
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   └── PyroReader.cpython-37.pyc
│   │   └── PyroReader.py
│   ├── reader
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── Reader.cpython-37.pyc
│   │   │   ├── ReaderFactory.cpython-37.pyc
│   │   │   └── ReaderGroups.cpython-37.pyc
│   │   ├── ReaderFactory.py
│   │   ├── ReaderGroups.py
│   │   └── Reader.py
│   ├── ReaderMonitoring.py
│   ├── scard
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   └── scard.cpython-37.pyc
│   │   ├── _scard.cpython-37m-x86_64-linux-gnu.so
│   │   └── scard.py
│   ├── Session.py
│   ├── sw
│   │   ├── ErrorChecker.py
│   │   ├── ErrorCheckingChain.py
│   │   ├── __init__.py
│   │   ├── ISO7816_4ErrorChecker.py
│   │   ├── ISO7816_4_SW1ErrorChecker.py
│   │   ├── ISO7816_8ErrorChecker.py
│   │   ├── ISO7816_9ErrorChecker.py
│   │   ├── op21_ErrorChecker.py
│   │   ├── __pycache__
│   │   │   ├── ErrorChecker.cpython-37.pyc
│   │   │   ├── ErrorCheckingChain.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── ISO7816_4ErrorChecker.cpython-37.pyc
│   │   │   ├── ISO7816_4_SW1ErrorChecker.cpython-37.pyc
│   │   │   ├── ISO7816_8ErrorChecker.cpython-37.pyc
│   │   │   ├── ISO7816_9ErrorChecker.cpython-37.pyc
│   │   │   ├── op21_ErrorChecker.cpython-37.pyc
│   │   │   └── SWExceptions.cpython-37.pyc
│   │   └── SWExceptions.py
│   ├── Synchronization.py
│   ├── System.py
│   ├── ulist.py
│   ├── util
│   │   ├── __init__.py
│   │   └── __pycache__
│   │   └── __init__.cpython-37.pyc
│   └── wx
│   ├── APDUHexValidator.py
│   ├── APDUTracerPanel.py
│   ├── CardAndReaderTreePanel.py
│   ├── __init__.py
│   ├── __pycache__
│   │   ├── APDUHexValidator.cpython-37.pyc
│   │   ├── APDUTracerPanel.cpython-37.pyc
│   │   ├── CardAndReaderTreePanel.cpython-37.pyc
│   │   ├── __init__.cpython-37.pyc
│   │   ├── ReaderToolbar.cpython-37.pyc
│   │   ├── SimpleSCardApp.cpython-37.pyc
│   │   ├── SimpleSCardAppEventObserver.cpython-37.pyc
│   │   └── SimpleSCardAppFrame.cpython-37.pyc
│   ├── ReaderToolbar.py
│   ├── resources
│   │   ├── reader.ico
│   │   └── smartcard.ico
│   ├── SimpleSCardAppEventObserver.py
│   ├── SimpleSCardAppFrame.py
│   └── SimpleSCardApp.py
└── nix-support
└── propagated-build-inputs
22 directories, 129 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment