Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created August 20, 2019 12:41
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/b46fbc2fcbb25fa646759051e7f0e2f9 to your computer and use it in GitHub Desktop.
Save ryantm/b46fbc2fcbb25fa646759051e7f0e2f9 to your computer and use it in GitHub Desktop.
/nix/store/1z2fakfi87zkhcph1hs02agwkqs9n150-python3.7-PyChromecast-3.2.3
├── lib
│   └── python3.7
│   └── site-packages
│   ├── pychromecast
│   │   ├── authority_keys_pb2.py
│   │   ├── cast_channel_pb2.py
│   │   ├── config.py
│   │   ├── controllers
│   │   │   ├── dashcast.py
│   │   │   ├── __init__.py
│   │   │   ├── media.py
│   │   │   ├── multizone.py
│   │   │   ├── plex.py
│   │   │   ├── __pycache__
│   │   │   │   ├── dashcast.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-3.2.3.dist-info
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
9 directories, 39 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment