Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created January 1, 2021 14:22
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/df7d9d6cbcf2808ea1473161c43d1def to your computer and use it in GitHub Desktop.
Save r-ryantm/df7d9d6cbcf2808ea1473161c43d1def to your computer and use it in GitHub Desktop.
/nix/store/pkdlgbzkvg6d0fjmnllfldk41a72g28q-python3.7-abodepy-1.2.1
├── bin
│   └── abodepy
├── lib
│   └── python3.7
│   └── site-packages
│   ├── abodepy
│   │   ├── automation.py
│   │   ├── devices
│   │   │   ├── alarm.py
│   │   │   ├── binary_sensor.py
│   │   │   ├── camera.py
│   │   │   ├── cover.py
│   │   │   ├── __init__.py
│   │   │   ├── light.py
│   │   │   ├── lock.py
│   │   │   ├── __pycache__
│   │   │   │   ├── alarm.cpython-37.pyc
│   │   │   │   ├── binary_sensor.cpython-37.pyc
│   │   │   │   ├── camera.cpython-37.pyc
│   │   │   │   ├── cover.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── light.cpython-37.pyc
│   │   │   │   ├── lock.cpython-37.pyc
│   │   │   │   ├── sensor.cpython-37.pyc
│   │   │   │   ├── switch.cpython-37.pyc
│   │   │   │   └── valve.cpython-37.pyc
│   │   │   ├── sensor.py
│   │   │   ├── switch.py
│   │   │   └── valve.py
│   │   ├── event_controller.py
│   │   ├── exceptions.py
│   │   ├── helpers
│   │   │   ├── constants.py
│   │   │   ├── errors.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── constants.cpython-37.pyc
│   │   │   │   ├── errors.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── timeline.cpython-37.pyc
│   │   │   └── timeline.py
│   │   ├── __init__.py
│   │   ├── __main__.py
│   │   ├── __pycache__
│   │   │   ├── automation.cpython-37.pyc
│   │   │   ├── event_controller.cpython-37.pyc
│   │   │   ├── exceptions.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── __main__.cpython-37.pyc
│   │   │   ├── socketio.cpython-37.pyc
│   │   │   └── utils.cpython-37.pyc
│   │   ├── socketio.py
│   │   └── utils.py
│   └── abodepy-1.2.1.dist-info
│   ├── direct_url.json
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── REQUESTED
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
12 directories, 53 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment