Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created April 11, 2020 02:18
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/ed332fb6003cd42bfbfa8933a83ac743 to your computer and use it in GitHub Desktop.
Save r-ryantm/ed332fb6003cd42bfbfa8933a83ac743 to your computer and use it in GitHub Desktop.
/nix/store/89r90jpl7jvksqih3q41x6kgvnap4cxw-python3.7-snapcast-2.1.0
├── lib
│   └── python3.7
│   └── site-packages
│   ├── snapcast
│   │   ├── client
│   │   │   ├── gstreamer.py
│   │   │   ├── __init__.py
│   │   │   ├── messages.py
│   │   │   └── __pycache__
│   │   │   ├── gstreamer.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   └── messages.cpython-37.pyc
│   │   ├── control
│   │   │   ├── client.py
│   │   │   ├── group.py
│   │   │   ├── __init__.py
│   │   │   ├── protocol.py
│   │   │   ├── __pycache__
│   │   │   │   ├── client.cpython-37.pyc
│   │   │   │   ├── group.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── protocol.cpython-37.pyc
│   │   │   │   ├── server.cpython-37.pyc
│   │   │   │   └── stream.cpython-37.pyc
│   │   │   ├── server.py
│   │   │   └── stream.py
│   │   ├── __init__.py
│   │   └── __pycache__
│   │   └── __init__.cpython-37.pyc
│   └── snapcast-2.1.0.dist-info
│   ├── INSTALLER
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
11 directories, 26 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment