Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created October 21, 2021 01:23
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 r-ryantm/b40d680c128a2493408aff3daa118a0a to your computer and use it in GitHub Desktop.
Save r-ryantm/b40d680c128a2493408aff3daa118a0a to your computer and use it in GitHub Desktop.
/nix/store/rmmdgqvv2jvj0jmancsrr66168hgw7hm-python3.8-pyhomematic-0.1.76
├── lib
│   └── python3.8
│   └── 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-38.pyc
│   │   │   │   ├── generic.cpython-38.pyc
│   │   │   │   ├── helper.cpython-38.pyc
│   │   │   │   ├── __init__.cpython-38.pyc
│   │   │   │   ├── misc.cpython-38.pyc
│   │   │   │   ├── sensors.cpython-38.pyc
│   │   │   │   └── thermostats.cpython-38.pyc
│   │   │   ├── sensors.py
│   │   │   └── thermostats.py
│   │   ├── exceptions.py
│   │   ├── _hm.py
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── connection.cpython-38.pyc
│   │   │   ├── exceptions.cpython-38.pyc
│   │   │   ├── _hm.cpython-38.pyc
│   │   │   ├── __init__.cpython-38.pyc
│   │   │   └── vccu.cpython-38.pyc
│   │   └── vccu.py
│   └── pyhomematic-0.1.76.dist-info
│   ├── direct_url.json
│   ├── INSTALLER
│   ├── LICENSE.txt
│   ├── METADATA
│   ├── RECORD
│   ├── REQUESTED
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
10 directories, 35 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment