Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created July 2, 2019 11:00
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/f9f69306f69793a279d22827d1baa0b7 to your computer and use it in GitHub Desktop.
Save ryantm/f9f69306f69793a279d22827d1baa0b7 to your computer and use it in GitHub Desktop.
/nix/store/41dpq59p2r6i7fzshppklx4r5jzv45jk-python3.7-fido2-0.7.0
├── lib
│   └── python3.7
│   └── site-packages
│   ├── fido2
│   │   ├── attestation.py
│   │   ├── cbor.py
│   │   ├── client.py
│   │   ├── cose.py
│   │   ├── ctap1.py
│   │   ├── ctap2.py
│   │   ├── ctap.py
│   │   ├── extensions.py
│   │   ├── hid.py
│   │   ├── __init__.py
│   │   ├── nfc.py
│   │   ├── pcsc.py
│   │   ├── public_suffix_list.dat
│   │   ├── __pycache__
│   │   │   ├── attestation.cpython-37.pyc
│   │   │   ├── cbor.cpython-37.pyc
│   │   │   ├── client.cpython-37.pyc
│   │   │   ├── cose.cpython-37.pyc
│   │   │   ├── ctap1.cpython-37.pyc
│   │   │   ├── ctap2.cpython-37.pyc
│   │   │   ├── ctap.cpython-37.pyc
│   │   │   ├── extensions.cpython-37.pyc
│   │   │   ├── hid.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── nfc.cpython-37.pyc
│   │   │   ├── pcsc.cpython-37.pyc
│   │   │   ├── rpid.cpython-37.pyc
│   │   │   ├── server.cpython-37.pyc
│   │   │   └── utils.cpython-37.pyc
│   │   ├── _pyu2f
│   │   │   ├── base.py
│   │   │   ├── hidtransport.py
│   │   │   ├── __init__.py
│   │   │   ├── linux.py
│   │   │   ├── macos.py
│   │   │   ├── __pycache__
│   │   │   │   ├── base.cpython-37.pyc
│   │   │   │   ├── hidtransport.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── linux.cpython-37.pyc
│   │   │   │   ├── macos.cpython-37.pyc
│   │   │   │   └── windows.cpython-37.pyc
│   │   │   └── windows.py
│   │   ├── rpid.py
│   │   ├── server.py
│   │   └── utils.py
│   └── fido2-0.7.0.dist-info
│   ├── COPYING
│   ├── COPYING.APLv2
│   ├── COPYING.MPLv2
│   ├── INSTALLER
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
9 directories, 52 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment