Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created April 10, 2020 23:28
Show Gist options
  • Save r-ryantm/0f065c828e8d660b384e028369f968f6 to your computer and use it in GitHub Desktop.
Save r-ryantm/0f065c828e8d660b384e028369f968f6 to your computer and use it in GitHub Desktop.
/nix/store/mwwnivbw50rlzycp8nlprfqxkw9vrbdx-python3.7-pyhomematic-0.1.65
├── lib
│   └── python3.7
│   └── site-packages
│   ├── pyhomematic
│   │   ├── connection.py
│   │   ├── devicetypes
│   │   │   ├── actors.py
│   │   │   ├── generic.py
│   │   │   ├── helper.py
│   │   │   ├── __init__.py
│   │   │   ├── json
│   │   │   │   ├── device_descriptions.json
│   │   │   │   └── device_details.json
│   │   │   ├── misc.py
│   │   │   ├── __pycache__
│   │   │   │   ├── actors.cpython-37.pyc
│   │   │   │   ├── generic.cpython-37.pyc
│   │   │   │   ├── helper.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── misc.cpython-37.pyc
│   │   │   │   ├── sensors.cpython-37.pyc
│   │   │   │   └── thermostats.cpython-37.pyc
│   │   │   ├── sensors.py
│   │   │   └── thermostats.py
│   │   ├── exceptions.py
│   │   ├── _hm.py
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── connection.cpython-37.pyc
│   │   │   ├── exceptions.cpython-37.pyc
│   │   │   ├── _hm.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   └── vccu.cpython-37.pyc
│   │   └── vccu.py
│   └── pyhomematic-0.1.65.dist-info
│   ├── INSTALLER
│   ├── LICENSE.txt
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
10 directories, 33 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment