Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created October 20, 2021 13:03
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/af4e4a4f16e7c18dc471cb1edcf8994a to your computer and use it in GitHub Desktop.
Save r-ryantm/af4e4a4f16e7c18dc471cb1edcf8994a to your computer and use it in GitHub Desktop.
/nix/store/ivhjgffj2rm68b4p8xvmmr1zpp8aky5z-python3.8-PyChromecast-9.3.1
├── lib
│   └── python3.8
│   └── site-packages
│   ├── pychromecast
│   │   ├── authority_keys_pb2.py
│   │   ├── cast_channel_pb2.py
│   │   ├── config.py
│   │   ├── const.py
│   │   ├── controllers
│   │   │   ├── bbciplayer.py
│   │   │   ├── bbcsounds.py
│   │   │   ├── bubbleupnp.py
│   │   │   ├── dashcast.py
│   │   │   ├── homeassistant.py
│   │   │   ├── __init__.py
│   │   │   ├── media.py
│   │   │   ├── multizone.py
│   │   │   ├── plex.py
│   │   │   ├── __pycache__
│   │   │   │   ├── bbciplayer.cpython-38.pyc
│   │   │   │   ├── bbcsounds.cpython-38.pyc
│   │   │   │   ├── bubbleupnp.cpython-38.pyc
│   │   │   │   ├── dashcast.cpython-38.pyc
│   │   │   │   ├── homeassistant.cpython-38.pyc
│   │   │   │   ├── __init__.cpython-38.pyc
│   │   │   │   ├── media.cpython-38.pyc
│   │   │   │   ├── multizone.cpython-38.pyc
│   │   │   │   ├── plex.cpython-38.pyc
│   │   │   │   ├── receiver.cpython-38.pyc
│   │   │   │   ├── supla.cpython-38.pyc
│   │   │   │   ├── yleareena.cpython-38.pyc
│   │   │   │   └── youtube.cpython-38.pyc
│   │   │   ├── receiver.py
│   │   │   ├── supla.py
│   │   │   ├── yleareena.py
│   │   │   └── youtube.py
│   │   ├── dial.py
│   │   ├── discovery.py
│   │   ├── error.py
│   │   ├── __init__.py
│   │   ├── logging_pb2.py
│   │   ├── __pycache__
│   │   │   ├── authority_keys_pb2.cpython-38.pyc
│   │   │   ├── cast_channel_pb2.cpython-38.pyc
│   │   │   ├── config.cpython-38.pyc
│   │   │   ├── const.cpython-38.pyc
│   │   │   ├── dial.cpython-38.pyc
│   │   │   ├── discovery.cpython-38.pyc
│   │   │   ├── error.cpython-38.pyc
│   │   │   ├── __init__.cpython-38.pyc
│   │   │   ├── logging_pb2.cpython-38.pyc
│   │   │   ├── quick_play.cpython-38.pyc
│   │   │   └── socket_client.cpython-38.pyc
│   │   ├── quick_play.py
│   │   └── socket_client.py
│   └── PyChromecast-9.3.1.dist-info
│   ├── direct_url.json
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── REQUESTED
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
9 directories, 57 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment