Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created October 17, 2020 02:54
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/edf7d2537b004a9cd8d8353e35ef4952 to your computer and use it in GitHub Desktop.
Save r-ryantm/edf7d2537b004a9cd8d8353e35ef4952 to your computer and use it in GitHub Desktop.
/nix/store/06p4mj8d52jlgynnkp739733pmihg6k8-python3.7-pysonos-0.0.35
├── lib
│   └── python3.7
│   └── site-packages
│   ├── pysonos
│   │   ├── alarms.py
│   │   ├── cache.py
│   │   ├── compat.py
│   │   ├── config.py
│   │   ├── core.py
│   │   ├── data_structure_quirks.py
│   │   ├── data_structures_entry.py
│   │   ├── data_structures.py
│   │   ├── discovery.py
│   │   ├── events_base.py
│   │   ├── events.py
│   │   ├── events_twisted.py
│   │   ├── exceptions.py
│   │   ├── groups.py
│   │   ├── __init__.py
│   │   ├── ms_data_structures.py
│   │   ├── music_library.py
│   │   ├── music_services
│   │   │   ├── accounts.py
│   │   │   ├── data_structures.py
│   │   │   ├── __init__.py
│   │   │   ├── music_service.py
│   │   │   └── __pycache__
│   │   │   ├── accounts.cpython-37.pyc
│   │   │   ├── data_structures.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   └── music_service.cpython-37.pyc
│   │   ├── plugins
│   │   │   ├── example.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── example.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── spotify.cpython-37.pyc
│   │   │   │   └── wimp.cpython-37.pyc
│   │   │   ├── spotify.py
│   │   │   └── wimp.py
│   │   ├── __pycache__
│   │   │   ├── alarms.cpython-37.pyc
│   │   │   ├── cache.cpython-37.pyc
│   │   │   ├── compat.cpython-37.pyc
│   │   │   ├── config.cpython-37.pyc
│   │   │   ├── core.cpython-37.pyc
│   │   │   ├── data_structure_quirks.cpython-37.pyc
│   │   │   ├── data_structures.cpython-37.pyc
│   │   │   ├── data_structures_entry.cpython-37.pyc
│   │   │   ├── discovery.cpython-37.pyc
│   │   │   ├── events_base.cpython-37.pyc
│   │   │   ├── events.cpython-37.pyc
│   │   │   ├── events_twisted.cpython-37.pyc
│   │   │   ├── exceptions.cpython-37.pyc
│   │   │   ├── groups.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── ms_data_structures.cpython-37.pyc
│   │   │   ├── music_library.cpython-37.pyc
│   │   │   ├── services.cpython-37.pyc
│   │   │   ├── snapshot.cpython-37.pyc
│   │   │   ├── soap.cpython-37.pyc
│   │   │   ├── utils.cpython-37.pyc
│   │   │   └── xml.cpython-37.pyc
│   │   ├── services.py
│   │   ├── snapshot.py
│   │   ├── soap.py
│   │   ├── utils.py
│   │   └── xml.py
│   └── pysonos-0.0.35.dist-info
│   ├── AUTHORS.rst
│   ├── direct_url.json
│   ├── INSTALLER
│   ├── LICENSE.rst
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
11 directories, 69 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment