LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
tox.ini
docs/Makefile
docs/api.rst
docs/conf.py
docs/index.rst
docs/make.bat
docs/usage.rst
docs/_static/nothing_fails.png
docs/examples/web/app.py
docs/examples/web/requirements.txt
docs/examples/web/templates/index.html
docs/usage/album.rst
docs/usage/artist.rst
docs/usage/auth.rst
docs/usage/tag.rst
docs/usage/track.rst
docs/usage/user.rst
pydrag/__init__.py
pydrag/constants.py
pydrag/exceptions.py
pydrag/py.typed
pydrag/services.py
pydrag/utils.py
pydrag/version.py
pydrag.egg-info/PKG-INFO
pydrag.egg-info/SOURCES.txt
pydrag.egg-info/dependency_links.txt
pydrag.egg-info/requires.txt
pydrag.egg-info/top_level.txt
pydrag/models/__init__.py
pydrag/models/album.py
pydrag/models/artist.py
pydrag/models/auth.py
pydrag/models/common.py
pydrag/models/tag.py
pydrag/models/track.py
pydrag/models/user.py
tests/__init__.py
tests/test_util.py
tests/models/__init__.py
tests/models/test_album.py
tests/models/test_artist.py
tests/models/test_auth.py
tests/models/test_common.py
tests/models/test_tag.py
tests/models/test_track.py
tests/models/test_user.py
tests/models/fixtures/error_response.json
tests/models/fixtures/album/add_tags.json
tests/models/fixtures/album/find.json
tests/models/fixtures/album/find_by_mbid.json
tests/models/fixtures/album/find_by_mbid_expected.json
tests/models/fixtures/album/find_expected.json
tests/models/fixtures/album/get_tags.json
tests/models/fixtures/album/get_tags_expected.json
tests/models/fixtures/album/get_top_tags.json
tests/models/fixtures/album/get_top_tags_expected.json
tests/models/fixtures/album/remove_tag.json
tests/models/fixtures/album/search.json
tests/models/fixtures/album/search_expected.json
tests/models/fixtures/artist/add_tags.json
tests/models/fixtures/artist/find.json
tests/models/fixtures/artist/find_by_mbid.json
tests/models/fixtures/artist/find_by_mbid_expected.json
tests/models/fixtures/artist/find_expected.json
tests/models/fixtures/artist/get_correction.json
tests/models/fixtures/artist/get_correction_expected.json
tests/models/fixtures/artist/get_similar.json
tests/models/fixtures/artist/get_similar_expected.json
tests/models/fixtures/artist/get_tags.json
tests/models/fixtures/artist/get_tags_expected.json
tests/models/fixtures/artist/get_top_tags.json
tests/models/fixtures/artist/get_top_tags_expected.json
tests/models/fixtures/artist/get_top_tracks.json
tests/models/fixtures/artist/get_top_tracks_expected.json
tests/models/fixtures/artist/remove_tag.json
tests/models/fixtures/artist/search.json
tests/models/fixtures/artist/search_expected.json
tests/models/fixtures/auth/get_mobile_session.json
tests/models/fixtures/auth/get_mobile_session_expected.json
tests/models/fixtures/auth/get_session.json
tests/models/fixtures/auth/get_session_expected.json
tests/models/fixtures/auth/get_token.json
tests/models/fixtures/auth/get_token_expected.json
tests/models/fixtures/chart/get_top_artists.json
tests/models/fixtures/chart/get_top_artists_expected.json
tests/models/fixtures/chart/get_top_tags.json
tests/models/fixtures/chart/get_top_tags_expected.json
tests/models/fixtures/chart/get_top_tracks.json
tests/models/fixtures/chart/get_top_tracks_expected.json
tests/models/fixtures/geo/get_top_artists.json
tests/models/fixtures/geo/get_top_artists_expected.json
tests/models/fixtures/geo/get_top_tracks.json
tests/models/fixtures/geo/get_top_tracks_expected.json
tests/models/fixtures/library/get_artists.json
tests/models/fixtures/library/get_artists_expected.json
tests/models/fixtures/tag/get_info.json
tests/models/fixtures/tag/get_info_expected.json
tests/models/fixtures/tag/get_similar.json
tests/models/fixtures/tag/get_similar_expected.json
tests/models/fixtures/tag/get_top_albums.json
tests/models/fixtures/tag/get_top_albums_expected.json
tests/models/fixtures/tag/get_top_artists.json
tests/models/fixtures/tag/get_top_artists_expected.json
tests/models/fixtures/tag/get_top_tags.json
tests/models/fixtures/tag/get_top_tags_expected.json
tests/models/fixtures/tag/get_top_tracks.json
tests/models/fixtures/tag/get_top_tracks_expected.json
tests/models/fixtures/tag/get_weekly_chart_list.json
tests/models/fixtures/tag/get_weekly_chart_list_expected.json
tests/models/fixtures/track/add_tags.json
tests/models/fixtures/track/find.json
tests/models/fixtures/track/find_by_mbid.json
tests/models/fixtures/track/find_by_mbid_expected.json
tests/models/fixtures/track/find_expected.json
tests/models/fixtures/track/get_correction.json
tests/models/fixtures/track/get_correction_expected.json
tests/models/fixtures/track/get_similar.json
tests/models/fixtures/track/get_similar_expected.json
tests/models/fixtures/track/get_tags.json
tests/models/fixtures/track/get_tags_expected.json
tests/models/fixtures/track/get_top_tags.json
tests/models/fixtures/track/get_top_tags_expected.json
tests/models/fixtures/track/get_top_tracks.json
tests/models/fixtures/track/love.json
tests/models/fixtures/track/remove_tag.json
tests/models/fixtures/track/scrobble_tracks.json
tests/models/fixtures/track/scrobble_tracks_expected.json
tests/models/fixtures/track/search.json
tests/models/fixtures/track/search_expected.json
tests/models/fixtures/track/unlove.json
tests/models/fixtures/track/update_now_playing.json
tests/models/fixtures/track/update_now_playing_expected.json
tests/models/fixtures/user/get_artist_tracks.json
tests/models/fixtures/user/get_artist_tracks_expected.json
tests/models/fixtures/user/get_friends_with_recent_tracks.json
tests/models/fixtures/user/get_friends_with_recent_tracks_expected.json
tests/models/fixtures/user/get_info.json
tests/models/fixtures/user/get_info_expected.json
tests/models/fixtures/user/get_loved_tracks.json
tests/models/fixtures/user/get_loved_tracks_expected.json
tests/models/fixtures/user/get_personal_tags_album.json
tests/models/fixtures/user/get_personal_tags_album_expected.json
tests/models/fixtures/user/get_personal_tags_artist.json
tests/models/fixtures/user/get_personal_tags_artist_expected.json
tests/models/fixtures/user/get_personal_tags_track.json
tests/models/fixtures/user/get_personal_tags_track_expected.json
tests/models/fixtures/user/get_recent_tracks.json
tests/models/fixtures/user/get_recent_tracks_expected.json
tests/models/fixtures/user/get_top_albums.json
tests/models/fixtures/user/get_top_albums_expected.json
tests/models/fixtures/user/get_top_artists.json
tests/models/fixtures/user/get_top_artists_expected.json
tests/models/fixtures/user/get_top_tags.json
tests/models/fixtures/user/get_top_tags_expected.json
tests/models/fixtures/user/get_top_tracks.json
tests/models/fixtures/user/get_top_tracks_expected.json
tests/models/fixtures/user/get_weekly_album_chart.json
tests/models/fixtures/user/get_weekly_album_chart_expected.json
tests/models/fixtures/user/get_weekly_artist_chart.json
tests/models/fixtures/user/get_weekly_artist_chart_expected.json
tests/models/fixtures/user/get_weekly_chart_list.json
tests/models/fixtures/user/get_weekly_chart_list_expected.json
tests/models/fixtures/user/get_weekly_track_chart.json
tests/models/fixtures/user/get_weekly_track_chart_expected.json