.gitignore
LICENSE
README.md
setup.cfg
setup.py
src/qobuz/__init__.py
src/qobuz/album.py
src/qobuz/api.py
src/qobuz/artist.py
src/qobuz/event.py
src/qobuz/playlist.py
src/qobuz/track.py
src/qobuz/user.py
src/qobuz.egg-info/PKG-INFO
src/qobuz.egg-info/SOURCES.txt
src/qobuz.egg-info/dependency_links.txt
src/qobuz.egg-info/requires.txt
src/qobuz.egg-info/top_level.txt
tests/__init__.py
tests/album/__init__.py
tests/album/test_album_init.py
tests/album/test_album_search.py
tests/artist/__init__.py
tests/artist/test_artist_albums.py
tests/artist/test_artist_init.py
tests/artist/test_artist_search.py
tests/playlist/__init__.py
tests/playlist/test_playlist_add_tracks.py
tests/playlist/test_playlist_del_tracks.py
tests/playlist/test_playlist_get_user_playlists.py
tests/playlist/test_playlist_init.py
tests/playlist/test_playlist_search.py
tests/playlist/test_playlist_tracks.py
tests/resources/__init__.py
tests/resources/fixtures/__init__.py
tests/resources/fixtures/album.py
tests/resources/fixtures/artist.py
tests/resources/fixtures/playlist.py
tests/resources/fixtures/track.py
tests/resources/fixtures/user.py
tests/resources/responses/__init__.py
tests/resources/responses/album_get.json
tests/resources/responses/album_search.json
tests/resources/responses/artist_get_albums.json
tests/resources/responses/artist_search.json
tests/resources/responses/get_file_url.json
tests/resources/responses/playlist_add_tracks.json
tests/resources/responses/playlist_get_tracks.json
tests/resources/responses/playlist_get_user_playlists.json
tests/resources/responses/playlist_search.json
tests/resources/responses/track_search.json
tests/resources/responses/user_fav_get_albums.json
tests/resources/responses/user_login.json
tests/resources/responses/user_playlist_create.json
tests/track/__init__.py
tests/track/test_track_init.py
tests/track/test_track_search.py
tests/user/__init__.py
tests/user/test_user_favorites.py
tests/user/test_user_get_file_url.py
tests/user/test_user_login.py
tests/user/test_user_playlist_create.py
tests/user/test_user_playlist_delete.py