Advertisement
Guest User

Untitled

a guest
Oct 17th, 2019
516
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.71 KB | None | 0 0
  1. /nix/store/laxf1jc4ip3cm58q4g1pghvqwa3bbbn3-python3.7-PyChromecast-4.0.1
  2. ├── lib
  3. │   └── python3.7
  4. │   └── site-packages
  5. │   ├── pychromecast
  6. │   │   ├── authority_keys_pb2.py
  7. │   │   ├── cast_channel_pb2.py
  8. │   │   ├── config.py
  9. │   │   ├── controllers
  10. │   │   │   ├── dashcast.py
  11. │   │   │   ├── homeassistant.py
  12. │   │   │   ├── __init__.py
  13. │   │   │   ├── media.py
  14. │   │   │   ├── multizone.py
  15. │   │   │   ├── plex.py
  16. │   │   │   ├── __pycache__
  17. │   │   │   │   ├── dashcast.cpython-37.pyc
  18. │   │   │   │   ├── homeassistant.cpython-37.pyc
  19. │   │   │   │   ├── __init__.cpython-37.pyc
  20. │   │   │   │   ├── media.cpython-37.pyc
  21. │   │   │   │   ├── multizone.cpython-37.pyc
  22. │   │   │   │   ├── plex.cpython-37.pyc
  23. │   │   │   │   ├── spotify.cpython-37.pyc
  24. │   │   │   │   └── youtube.cpython-37.pyc
  25. │   │   │   ├── spotify.py
  26. │   │   │   └── youtube.py
  27. │   │   ├── dial.py
  28. │   │   ├── discovery.py
  29. │   │   ├── error.py
  30. │   │   ├── __init__.py
  31. │   │   ├── logging_pb2.py
  32. │   │   ├── __pycache__
  33. │   │   │   ├── authority_keys_pb2.cpython-37.pyc
  34. │   │   │   ├── cast_channel_pb2.cpython-37.pyc
  35. │   │   │   ├── config.cpython-37.pyc
  36. │   │   │   ├── dial.cpython-37.pyc
  37. │   │   │   ├── discovery.cpython-37.pyc
  38. │   │   │   ├── error.cpython-37.pyc
  39. │   │   │   ├── __init__.cpython-37.pyc
  40. │   │   │   ├── logging_pb2.cpython-37.pyc
  41. │   │   │   └── socket_client.cpython-37.pyc
  42. │   │   └── socket_client.py
  43. │   └── PyChromecast-4.0.1.dist-info
  44. │   ├── INSTALLER
  45. │   ├── LICENSE
  46. │   ├── METADATA
  47. │   ├── RECORD
  48. │   ├── top_level.txt
  49. │   └── WHEEL
  50. └── nix-support
  51. └── propagated-build-inputs
  52.  
  53. 9 directories, 41 files
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement