Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created November 2, 2019 20:30
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/d18c3bb530f79f46b5c0d954c5dc6745 to your computer and use it in GitHub Desktop.
Save ryantm/d18c3bb530f79f46b5c0d954c5dc6745 to your computer and use it in GitHub Desktop.
/nix/store/6igw4zi5b15mj9khnixrr99xj2n71xfr-python3.8-paho-mqtt-1.5.0
├── lib
│   └── python3.8
│   └── site-packages
│   ├── paho
│   │   ├── __init__.py
│   │   ├── mqtt
│   │   │   ├── client.py
│   │   │   ├── __init__.py
│   │   │   ├── matcher.py
│   │   │   ├── packettypes.py
│   │   │   ├── properties.py
│   │   │   ├── publish.py
│   │   │   ├── __pycache__
│   │   │   │   ├── client.cpython-38.pyc
│   │   │   │   ├── __init__.cpython-38.pyc
│   │   │   │   ├── matcher.cpython-38.pyc
│   │   │   │   ├── packettypes.cpython-38.pyc
│   │   │   │   ├── properties.cpython-38.pyc
│   │   │   │   ├── publish.cpython-38.pyc
│   │   │   │   ├── reasoncodes.cpython-38.pyc
│   │   │   │   ├── subscribe.cpython-38.pyc
│   │   │   │   └── subscribeoptions.cpython-38.pyc
│   │   │   ├── reasoncodes.py
│   │   │   ├── subscribeoptions.py
│   │   │   └── subscribe.py
│   │   └── __pycache__
│   │   └── __init__.cpython-38.pyc
│   └── paho_mqtt-1.5.0.dist-info
│   ├── INSTALLER
│   ├── LICENSE.txt
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
9 directories, 27 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment