Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created January 28, 2020 00:20
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/aa6028d86ec9c4316b8d14887ff6deb7 to your computer and use it in GitHub Desktop.
Save r-ryantm/aa6028d86ec9c4316b8d14887ff6deb7 to your computer and use it in GitHub Desktop.
/nix/store/jhhvdgjy3s62976nr7apfngqhvrcxn11-python2.7-pyspotify-2.1.3
├── lib
│   └── python2.7
│   └── site-packages
│   ├── pyspotify-2.1.3.dist-info
│   │   ├── INSTALLER
│   │   ├── LICENSE
│   │   ├── METADATA
│   │   ├── RECORD
│   │   ├── top_level.txt
│   │   └── WHEEL
│   └── spotify
│   ├── album.py
│   ├── album.pyc
│   ├── api.h
│   ├── api.processed.h
│   ├── artist.py
│   ├── artist.pyc
│   ├── audio.py
│   ├── audio.pyc
│   ├── compat.py
│   ├── compat.pyc
│   ├── config.py
│   ├── config.pyc
│   ├── connection.py
│   ├── connection.pyc
│   ├── error.py
│   ├── error.pyc
│   ├── eventloop.py
│   ├── eventloop.pyc
│   ├── image.py
│   ├── image.pyc
│   ├── inbox.py
│   ├── inbox.pyc
│   ├── __init__.py
│   ├── __init__.pyc
│   ├── link.py
│   ├── link.pyc
│   ├── offline.py
│   ├── offline.pyc
│   ├── player.py
│   ├── player.pyc
│   ├── playlist_container.py
│   ├── playlist_container.pyc
│   ├── playlist.py
│   ├── playlist.pyc
│   ├── playlist_track.py
│   ├── playlist_track.pyc
│   ├── playlist_unseen_tracks.py
│   ├── playlist_unseen_tracks.pyc
│   ├── search.py
│   ├── search.pyc
│   ├── session.py
│   ├── session.pyc
│   ├── sink.py
│   ├── sink.pyc
│   ├── social.py
│   ├── social.pyc
│   ├── _spotify_build.py
│   ├── _spotify_build.pyc
│   ├── _spotify.so
│   ├── toplist.py
│   ├── toplist.pyc
│   ├── track.py
│   ├── track.pyc
│   ├── user.py
│   ├── user.pyc
│   ├── utils.py
│   ├── utils.pyc
│   ├── version.py
│   └── version.pyc
└── nix-support
└── propagated-build-inputs
6 directories, 66 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment