.mailmap
.readthedocs.yml
AUTHORS
LICENSE
MANIFEST.in
README.rst
pyproject.toml
setup.cfg
setup.py
tasks.py
tox.ini
.github/FUNDING.yml
.github/workflows/ci.yml
docs/Makefile
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/contributing.rst
docs/index.rst
docs/installation.rst
docs/quickstart.rst
docs/requirements.txt
docs/sp-constants.csv
docs/_static/.gitignore
docs/api/album.rst
docs/api/artist.rst
docs/api/audio.rst
docs/api/config.rst
docs/api/connection.rst
docs/api/error.rst
docs/api/eventloop.rst
docs/api/image.rst
docs/api/inbox.rst
docs/api/index.rst
docs/api/internal.rst
docs/api/link.rst
docs/api/offline.rst
docs/api/player.rst
docs/api/playlist.rst
docs/api/search.rst
docs/api/session.rst
docs/api/sink.rst
docs/api/social.rst
docs/api/toplist.rst
docs/api/track.rst
docs/api/user.rst
examples/cover.py
examples/play_track.py
examples/shell.py
pyspotify.egg-info/PKG-INFO
pyspotify.egg-info/SOURCES.txt
pyspotify.egg-info/dependency_links.txt
pyspotify.egg-info/not-zip-safe
pyspotify.egg-info/requires.txt
pyspotify.egg-info/top_level.txt
spotify/__init__.py
spotify/_spotify_build.py
spotify/album.py
spotify/api.h
spotify/api.processed.h
spotify/artist.py
spotify/audio.py
spotify/compat.py
spotify/config.py
spotify/connection.py
spotify/error.py
spotify/eventloop.py
spotify/image.py
spotify/inbox.py
spotify/link.py
spotify/offline.py
spotify/player.py
spotify/playlist.py
spotify/playlist_container.py
spotify/playlist_track.py
spotify/playlist_unseen_tracks.py
spotify/search.py
spotify/session.py
spotify/sink.py
spotify/social.py
spotify/toplist.py
spotify/track.py
spotify/user.py
spotify/utils.py
spotify/version.py
tests/__init__.py
tests/test_album.py
tests/test_artist.py
tests/test_audio.py
tests/test_config.py
tests/test_connection.py
tests/test_error.py
tests/test_eventloop.py
tests/test_image.py
tests/test_inbox.py
tests/test_lib.py
tests/test_link.py
tests/test_loadable.py
tests/test_offline.py
tests/test_player.py
tests/test_playlist.py
tests/test_playlist_container.py
tests/test_playlist_track.py
tests/test_playlist_unseen_tracks.py
tests/test_search.py
tests/test_session.py
tests/test_sink.py
tests/test_social.py
tests/test_toplist.py
tests/test_track.py
tests/test_user.py
tests/test_utils.py
tests/test_version.py
tests/regression/bug_119.py
tests/regression/bug_122.py
tests/regression/bug_123.py
tests/regression/failing_link_to_playlist.py