Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created January 2, 2019 20:11
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/5ae26d37b505312b12236e9c7075c23d to your computer and use it in GitHub Desktop.
Save ryantm/5ae26d37b505312b12236e9c7075c23d to your computer and use it in GitHub Desktop.
/nix/store/mdg679jqgzhmrsdckh8fys4w7z9zmn83-python3.7-pyhomematic-0.1.53
├── 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.53.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