Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created September 28, 2019 13:46
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/3b307a89610c856f25f84a40c8eefb9c to your computer and use it in GitHub Desktop.
Save ryantm/3b307a89610c856f25f84a40c8eefb9c to your computer and use it in GitHub Desktop.
/nix/store/laxf1jc4ip3cm58q4g1pghvqwa3bbbn3-python3.7-PyChromecast-4.0.1
├── lib
│   └── python3.7
│   └── site-packages
│   ├── pychromecast
│   │   ├── authority_keys_pb2.py
│   │   ├── cast_channel_pb2.py
│   │   ├── config.py
│   │   ├── controllers
│   │   │   ├── dashcast.py
│   │   │   ├── homeassistant.py
│   │   │   ├── __init__.py
│   │   │   ├── media.py
│   │   │   ├── multizone.py
│   │   │   ├── plex.py
│   │   │   ├── __pycache__
│   │   │   │   ├── dashcast.cpython-37.pyc
│   │   │   │   ├── homeassistant.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── media.cpython-37.pyc
│   │   │   │   ├── multizone.cpython-37.pyc
│   │   │   │   ├── plex.cpython-37.pyc
│   │   │   │   ├── spotify.cpython-37.pyc
│   │   │   │   └── youtube.cpython-37.pyc
│   │   │   ├── spotify.py
│   │   │   └── youtube.py
│   │   ├── dial.py
│   │   ├── discovery.py
│   │   ├── error.py
│   │   ├── __init__.py
│   │   ├── logging_pb2.py
│   │   ├── __pycache__
│   │   │   ├── authority_keys_pb2.cpython-37.pyc
│   │   │   ├── cast_channel_pb2.cpython-37.pyc
│   │   │   ├── config.cpython-37.pyc
│   │   │   ├── dial.cpython-37.pyc
│   │   │   ├── discovery.cpython-37.pyc
│   │   │   ├── error.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── logging_pb2.cpython-37.pyc
│   │   │   └── socket_client.cpython-37.pyc
│   │   └── socket_client.py
│   └── PyChromecast-4.0.1.dist-info
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
9 directories, 41 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment