Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created January 28, 2020 03:44
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/5b082057be07a08cbfdad7a0b976ccce to your computer and use it in GitHub Desktop.
Save r-ryantm/5b082057be07a08cbfdad7a0b976ccce to your computer and use it in GitHub Desktop.
/nix/store/wa5n7mvvjp7bs18cg163mz65v9blgswp-python3.7-PyChromecast-4.1.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.1.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