Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created September 28, 2019 08:47
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/64ad4c8a2785e42d48166da6e2693c15 to your computer and use it in GitHub Desktop.
Save ryantm/64ad4c8a2785e42d48166da6e2693c15 to your computer and use it in GitHub Desktop.
/nix/store/550r8gdvdsrbp9wv271hcyzh15ia7b3q-python3.7-fido2-0.7.1
├── 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
│   │   │   ├── freebsd.py
│   │   │   ├── hidtransport.py
│   │   │   ├── __init__.py
│   │   │   ├── linux.py
│   │   │   ├── macos.py
│   │   │   ├── __pycache__
│   │   │   │   ├── base.cpython-37.pyc
│   │   │   │   ├── freebsd.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.1.dist-info
│   ├── COPYING
│   ├── COPYING.APLv2
│   ├── COPYING.MPLv2
│   ├── INSTALLER
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
9 directories, 54 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment