Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created December 14, 2020 16:52
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/d75527faa46e8ce0ddd7dec1e4fe306d to your computer and use it in GitHub Desktop.
Save r-ryantm/d75527faa46e8ce0ddd7dec1e4fe306d to your computer and use it in GitHub Desktop.
/nix/store/axh7ysw7j125l9bg59q8n7rkdrqrbr0i-python3.7-aioesphomeapi-2.6.4
├── lib
│   └── python3.7
│   └── site-packages
│   ├── aioesphomeapi
│   │   ├── api_options_pb2.py
│   │   ├── api_pb2.py
│   │   ├── client.py
│   │   ├── connection.py
│   │   ├── core.py
│   │   ├── host_resolver.py
│   │   ├── __init__.py
│   │   ├── model.py
│   │   ├── __pycache__
│   │   │   ├── api_options_pb2.cpython-37.pyc
│   │   │   ├── api_pb2.cpython-37.pyc
│   │   │   ├── client.cpython-37.pyc
│   │   │   ├── connection.cpython-37.pyc
│   │   │   ├── core.cpython-37.pyc
│   │   │   ├── host_resolver.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── model.cpython-37.pyc
│   │   │   └── util.cpython-37.pyc
│   │   └── util.py
│   └── aioesphomeapi-2.6.4.dist-info
│   ├── direct_url.json
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── REQUESTED
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
7 directories, 27 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment