Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created April 10, 2020 16:51
Show Gist options
  • Save r-ryantm/35b609c2827b6ddc3c066e69d4218175 to your computer and use it in GitHub Desktop.
Save r-ryantm/35b609c2827b6ddc3c066e69d4218175 to your computer and use it in GitHub Desktop.
/nix/store/xjinq47m04r07spf2dyysj2lda16514p-python2.7-gmusicapi-13.0.0
├── lib
│   └── python2.7
│   └── site-packages
│   ├── gmusicapi
│   │   ├── appdirs.py
│   │   ├── appdirs.pyc
│   │   ├── clients
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── mobileclient.py
│   │   │   ├── mobileclient.pyc
│   │   │   ├── musicmanager.py
│   │   │   ├── musicmanager.pyc
│   │   │   ├── shared.py
│   │   │   ├── webclient.py
│   │   │   └── webclient.pyc
│   │   ├── exceptions.py
│   │   ├── exceptions.pyc
│   │   ├── gmtools
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── tools.py
│   │   │   └── tools.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── protocol
│   │   │   ├── download_pb2.py
│   │   │   ├── download_pb2.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── locker_pb2.py
│   │   │   ├── locker_pb2.pyc
│   │   │   ├── mobileclient.py
│   │   │   ├── musicmanager.py
│   │   │   ├── shared.py
│   │   │   ├── uits_pb2.py
│   │   │   ├── uits_pb2.pyc
│   │   │   ├── upload_pb2.py
│   │   │   ├── upload_pb2.pyc
│   │   │   └── webclient.py
│   │   ├── session.py
│   │   ├── session.pyc
│   │   ├── test
│   │   │   ├── audiotest_small.mp3
│   │   │   ├── fetchartist.jsarray
│   │   │   ├── imagetest_10x10_check.png
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── local_tests.py
│   │   │   ├── local_tests.pyc
│   │   │   ├── rewrite_audiotest_tags.py
│   │   │   ├── rewrite_audiotest_tags.pyc
│   │   │   ├── run_tests.py
│   │   │   ├── run_tests.pyc
│   │   │   ├── searchresult.jsarray
│   │   │   ├── server_tests.py
│   │   │   ├── server_tests.pyc
│   │   │   ├── utils.py
│   │   │   └── utils.pyc
│   │   ├── utils
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── jsarray.py
│   │   │   ├── jsarray.pyc
│   │   │   ├── utils.py
│   │   │   └── utils.pyc
│   │   ├── _version.py
│   │   └── _version.pyc
│   └── gmusicapi-13.0.0.dist-info
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
11 directories, 66 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment