Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created April 16, 2019 01:33
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/44d091ab3c2a7ebb2110baff4e04345c to your computer and use it in GitHub Desktop.
Save ryantm/44d091ab3c2a7ebb2110baff4e04345c to your computer and use it in GitHub Desktop.
/nix/store/c31spfbp9r88zjgrwdcd79mimyiv13v7-python3.7-keepkey-6.0.3
├── bin
│   └── keepkeyctl
├── lib
│   └── python3.7
│   └── site-packages
│   ├── keepkey-6.0.3.dist-info
│   │   ├── COPYING
│   │   ├── INSTALLER
│   │   ├── METADATA
│   │   ├── RECORD
│   │   ├── top_level.txt
│   │   └── WHEEL
│   └── keepkeylib
│   ├── ckd_public.py
│   ├── client.py
│   ├── debuglink.py
│   ├── eos.py
│   ├── eth
│   │   ├── ethereum_tokens.py
│   │   ├── __init__.py
│   │   └── __pycache__
│   │   ├── ethereum_tokens.cpython-37.pyc
│   │   └── __init__.cpython-37.pyc
│   ├── exchange_pb2.py
│   ├── exchange.py
│   ├── filecache.py
│   ├── __init__.py
│   ├── mapping.py
│   ├── messages_eos_pb2.py
│   ├── messages_nano_pb2.py
│   ├── messages_pb2.py
│   ├── nano.py
│   ├── protobuf_json.py
│   ├── __pycache__
│   │   ├── ckd_public.cpython-37.pyc
│   │   ├── client.cpython-37.pyc
│   │   ├── debuglink.cpython-37.pyc
│   │   ├── eos.cpython-37.pyc
│   │   ├── exchange.cpython-37.pyc
│   │   ├── exchange_pb2.cpython-37.pyc
│   │   ├── filecache.cpython-37.pyc
│   │   ├── __init__.cpython-37.pyc
│   │   ├── mapping.cpython-37.pyc
│   │   ├── messages_eos_pb2.cpython-37.pyc
│   │   ├── messages_nano_pb2.cpython-37.pyc
│   │   ├── messages_pb2.cpython-37.pyc
│   │   ├── nano.cpython-37.pyc
│   │   ├── protobuf_json.cpython-37.pyc
│   │   ├── tools.cpython-37.pyc
│   │   ├── transport.cpython-37.pyc
│   │   ├── transport_fake.cpython-37.pyc
│   │   ├── transport_hid.cpython-37.pyc
│   │   ├── transport_pipe.cpython-37.pyc
│   │   ├── transport_serial.cpython-37.pyc
│   │   ├── transport_socket.cpython-37.pyc
│   │   ├── transport_udp.cpython-37.pyc
│   │   ├── transport_webusb.cpython-37.pyc
│   │   ├── tx_api.cpython-37.pyc
│   │   └── types_pb2.cpython-37.pyc
│   ├── qt
│   │   ├── __init__.py
│   │   ├── pinmatrix.py
│   │   └── __pycache__
│   │   ├── __init__.cpython-37.pyc
│   │   └── pinmatrix.cpython-37.pyc
│   ├── tools.py
│   ├── transport_fake.py
│   ├── transport_hid.py
│   ├── transport_pipe.py
│   ├── transport.py
│   ├── transport_serial.py
│   ├── transport_socket.py
│   ├── transport_udp.py
│   ├── transport_webusb.py
│   ├── tx_api.py
│   └── types_pb2.py
└── nix-support
└── propagated-build-inputs
12 directories, 66 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment