Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created October 24, 2018 11:16
Show Gist options
  • Save ryantm/6f815dc0734f8794d798b7f098210246 to your computer and use it in GitHub Desktop.
Save ryantm/6f815dc0734f8794d798b7f098210246 to your computer and use it in GitHub Desktop.
/nix/store/14bf04qrbvqlmnh6mqa8hyz7ra5pxdcz-python3.6-keepkey-4.0.2
├── bin
│   └── keepkeyctl
├── lib
│   └── python3.6
│   └── site-packages
│   ├── keepkey-4.0.2.dist-info
│   │   ├── COPYING
│   │   ├── INSTALLER
│   │   ├── METADATA
│   │   ├── RECORD
│   │   ├── top_level.txt
│   │   └── WHEEL
│   └── keepkeylib
│   ├── ckd_public.py
│   ├── client.py
│   ├── debuglink.py
│   ├── exchange_pb2.py
│   ├── __init__.py
│   ├── mapping.py
│   ├── messages_pb2.py
│   ├── protobuf_json.py
│   ├── __pycache__
│   │   ├── ckd_public.cpython-36.pyc
│   │   ├── client.cpython-36.pyc
│   │   ├── debuglink.cpython-36.pyc
│   │   ├── exchange_pb2.cpython-36.pyc
│   │   ├── __init__.cpython-36.pyc
│   │   ├── mapping.cpython-36.pyc
│   │   ├── messages_pb2.cpython-36.pyc
│   │   ├── protobuf_json.cpython-36.pyc
│   │   ├── tools.cpython-36.pyc
│   │   ├── transport.cpython-36.pyc
│   │   ├── transport_fake.cpython-36.pyc
│   │   ├── transport_hid.cpython-36.pyc
│   │   ├── transport_pipe.cpython-36.pyc
│   │   ├── transport_serial.cpython-36.pyc
│   │   ├── transport_socket.cpython-36.pyc
│   │   ├── tx_api.cpython-36.pyc
│   │   └── types_pb2.cpython-36.pyc
│   ├── qt
│   │   ├── __init__.py
│   │   ├── pinmatrix.py
│   │   └── __pycache__
│   │   ├── __init__.cpython-36.pyc
│   │   └── pinmatrix.cpython-36.pyc
│   ├── tools.py
│   ├── transport_fake.py
│   ├── transport_hid.py
│   ├── transport_pipe.py
│   ├── transport.py
│   ├── transport_serial.py
│   ├── transport_socket.py
│   ├── tx_api.py
│   └── types_pb2.py
└── nix-support
└── propagated-build-inputs
10 directories, 46 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment