LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
a_sqa_sdk.egg-info/PKG-INFO
a_sqa_sdk.egg-info/SOURCES.txt
a_sqa_sdk.egg-info/dependency_links.txt
a_sqa_sdk.egg-info/requires.txt
a_sqa_sdk.egg-info/top_level.txt
spotifywebapiwithfixesandimprovementsfromsonallux/__init__.py
spotifywebapiwithfixesandimprovementsfromsonallux/api_helper.py
spotifywebapiwithfixesandimprovementsfromsonallux/configuration.py
spotifywebapiwithfixesandimprovementsfromsonallux/spotifywebapiwithfixesandimprovementsfromsonallux_client.py
spotifywebapiwithfixesandimprovementsfromsonallux/controllers/__init__.py
spotifywebapiwithfixesandimprovementsfromsonallux/controllers/albums_controller.py
spotifywebapiwithfixesandimprovementsfromsonallux/controllers/artists_controller.py
spotifywebapiwithfixesandimprovementsfromsonallux/controllers/audiobooks_controller.py
spotifywebapiwithfixesandimprovementsfromsonallux/controllers/base_controller.py
spotifywebapiwithfixesandimprovementsfromsonallux/controllers/categories_controller.py
spotifywebapiwithfixesandimprovementsfromsonallux/controllers/chapters_controller.py
spotifywebapiwithfixesandimprovementsfromsonallux/controllers/episodes_controller.py
spotifywebapiwithfixesandimprovementsfromsonallux/controllers/genres_controller.py
spotifywebapiwithfixesandimprovementsfromsonallux/controllers/markets_controller.py
spotifywebapiwithfixesandimprovementsfromsonallux/controllers/o_auth_authorization_controller.py
spotifywebapiwithfixesandimprovementsfromsonallux/controllers/player_controller.py
spotifywebapiwithfixesandimprovementsfromsonallux/controllers/playlists_controller.py
spotifywebapiwithfixesandimprovementsfromsonallux/controllers/search_controller.py
spotifywebapiwithfixesandimprovementsfromsonallux/controllers/shows_controller.py
spotifywebapiwithfixesandimprovementsfromsonallux/controllers/tracks_controller.py
spotifywebapiwithfixesandimprovementsfromsonallux/controllers/users_controller.py
spotifywebapiwithfixesandimprovementsfromsonallux/exceptions/__init__.py
spotifywebapiwithfixesandimprovementsfromsonallux/exceptions/api_exception.py
spotifywebapiwithfixesandimprovementsfromsonallux/exceptions/bad_request_exception.py
spotifywebapiwithfixesandimprovementsfromsonallux/exceptions/forbidden_exception.py
spotifywebapiwithfixesandimprovementsfromsonallux/exceptions/not_found_exception.py
spotifywebapiwithfixesandimprovementsfromsonallux/exceptions/o_auth_provider_exception.py
spotifywebapiwithfixesandimprovementsfromsonallux/exceptions/too_many_requests_exception.py
spotifywebapiwithfixesandimprovementsfromsonallux/exceptions/unauthorized_exception.py
spotifywebapiwithfixesandimprovementsfromsonallux/http/__init__.py
spotifywebapiwithfixesandimprovementsfromsonallux/http/http_call_back.py
spotifywebapiwithfixesandimprovementsfromsonallux/http/http_method_enum.py
spotifywebapiwithfixesandimprovementsfromsonallux/http/http_request.py
spotifywebapiwithfixesandimprovementsfromsonallux/http/http_response.py
spotifywebapiwithfixesandimprovementsfromsonallux/http/auth/__init__.py
spotifywebapiwithfixesandimprovementsfromsonallux/http/auth/o_auth_2.py
spotifywebapiwithfixesandimprovementsfromsonallux/models/__init__.py
spotifywebapiwithfixesandimprovementsfromsonallux/models/album_base.py
spotifywebapiwithfixesandimprovementsfromsonallux/models/album_group_enum.py
spotifywebapiwithfixesandimprovementsfromsonallux/models/album_object.py
spotifywebapiwithfixesandimprovementsfromsonallux/models/album_restriction_object.py
spotifywebapiwithfixesandimprovementsfromsonallux/models/album_type_enum.py
spotifywebapiwithfixesandimprovementsfromsonallux/models/artist_discography_album_object.py
spotifywebapiwithfixesandimprovementsfromsonallux/models/artist_object.py
spotifywebapiwithfixesandimprovementsfromsonallux/models/audio_analysis_object.py
spotifywebapiwithfixesandimprovementsfromsonallux/models/audio_features_object.py
spotifywebapiwithfixesandimprovementsfromsonallux/models/audiobook_base.py
spotifywebapiwithfixesandimprovementsfromsonallux/models/audiobook_object.py
spotifywebapiwithfixesandimprovementsfromsonallux/models/author_object.py
spotifywebapiwithfixesandimprovementsfromsonallux/models/categories.py
spotifywebapiwithfixesandimprovementsfromsonallux/models/category_object.py
spotifywebapiwithfixesandimprovementsfromsonallux/models/chapter_base.py
spotifywebapiwithfixesandimprovementsfromsonallux/models/chapter_object.py
spotifywebapiwithfixesandimprovementsfromsonallux/models/chapter_restriction_object.py
spotifywebapiwithfixesandimprovementsfromsonallux/models/context_object.py
spotifywebapiwithfixesandimprovementsfromsonallux/models/copyright_object.py
spotifywebapiwithfixesandimprovementsfromsonallux/models/currently_playing_context_object.py
spotifywebapiwithfixesandimprovementsfromsonallux/models/currently_playing_object.py
spotifywebapiwithfixesandimprovementsfromsonallux/models/cursor_object.py
spotifywebapiwithfixesandimprovementsfromsonallux/models/cursor_paged_artists.py
spotifywebapiwithfixesandimprovementsfromsonallux/models/cursor_paging_object.py
spotifywebapiwithfixesandimprovementsfromsonallux/models/cursor_paging_play_history_object.py
spotifywebapiwithfixesandimprovementsfromsonallux/models/cursor_paging_simplified_artist_object.py
spotifywebapiwithfixesandimprovementsfromsonallux/models/device_object.py
spotifywebapiwithfixesandimprovementsfromsonallux/models/disallows_object.py
spotifywebapiwithfixesandimprovementsfromsonallux/models/episode_base.py
spotifywebapiwithfixesandimprovementsfromsonallux/models/episode_object.py
spotifywebapiwithfixesandimprovementsfromsonallux/models/episode_restriction_object.py
spotifywebapiwithfixesandimprovementsfromsonallux/models/error_object.py
spotifywebapiwithfixesandimprovementsfromsonallux/models/explicit_content_settings_object.py
spotifywebapiwithfixesandimprovementsfromsonallux/models/external_id_object.py
spotifywebapiwithfixesandimprovementsfromsonallux/models/external_url_object.py
spotifywebapiwithfixesandimprovementsfromsonallux/models/followers_object.py
spotifywebapiwithfixesandimprovementsfromsonallux/models/image_object.py
spotifywebapiwithfixesandimprovementsfromsonallux/models/include_external_enum.py
spotifywebapiwithfixesandimprovementsfromsonallux/models/item_type_1_enum.py
spotifywebapiwithfixesandimprovementsfromsonallux/models/item_type_2_enum.py
spotifywebapiwithfixesandimprovementsfromsonallux/models/item_type_3_enum.py
spotifywebapiwithfixesandimprovementsfromsonallux/models/item_type_enum.py
spotifywebapiwithfixesandimprovementsfromsonallux/models/linked_track_object.py
spotifywebapiwithfixesandimprovementsfromsonallux/models/many_albums.py
spotifywebapiwithfixesandimprovementsfromsonallux/models/many_artists.py
spotifywebapiwithfixesandimprovementsfromsonallux/models/many_audio_features.py
spotifywebapiwithfixesandimprovementsfromsonallux/models/many_audiobooks.py
spotifywebapiwithfixesandimprovementsfromsonallux/models/many_chapters.py
spotifywebapiwithfixesandimprovementsfromsonallux/models/many_devices.py
spotifywebapiwithfixesandimprovementsfromsonallux/models/many_episodes.py
spotifywebapiwithfixesandimprovementsfromsonallux/models/many_genres.py
spotifywebapiwithfixesandimprovementsfromsonallux/models/many_simplified_shows.py
spotifywebapiwithfixesandimprovementsfromsonallux/models/many_tracks.py
spotifywebapiwithfixesandimprovementsfromsonallux/models/markets.py
spotifywebapiwithfixesandimprovementsfromsonallux/models/me_albums_request.py
spotifywebapiwithfixesandimprovementsfromsonallux/models/me_episodes_request.py
spotifywebapiwithfixesandimprovementsfromsonallux/models/me_episodes_request_1.py
spotifywebapiwithfixesandimprovementsfromsonallux/models/me_following_request.py
spotifywebapiwithfixesandimprovementsfromsonallux/models/me_following_request_1.py
spotifywebapiwithfixesandimprovementsfromsonallux/models/me_player_play_request.py
spotifywebapiwithfixesandimprovementsfromsonallux/models/me_player_request.py
spotifywebapiwithfixesandimprovementsfromsonallux/models/me_shows_request.py
spotifywebapiwithfixesandimprovementsfromsonallux/models/me_tracks_request.py
spotifywebapiwithfixesandimprovementsfromsonallux/models/me_tracks_request_1.py
spotifywebapiwithfixesandimprovementsfromsonallux/models/meta.py
spotifywebapiwithfixesandimprovementsfromsonallux/models/mode_enum.py
spotifywebapiwithfixesandimprovementsfromsonallux/models/narrator_object.py
spotifywebapiwithfixesandimprovementsfromsonallux/models/o_auth_provider_error_enum.py
spotifywebapiwithfixesandimprovementsfromsonallux/models/o_auth_scope_enum.py
spotifywebapiwithfixesandimprovementsfromsonallux/models/o_auth_token.py
spotifywebapiwithfixesandimprovementsfromsonallux/models/paged_albums.py
spotifywebapiwithfixesandimprovementsfromsonallux/models/paged_categories.py
spotifywebapiwithfixesandimprovementsfromsonallux/models/paging_artist_discography_album_object.py
spotifywebapiwithfixesandimprovementsfromsonallux/models/paging_artist_object.py
spotifywebapiwithfixesandimprovementsfromsonallux/models/paging_featured_playlist_object.py
spotifywebapiwithfixesandimprovementsfromsonallux/models/paging_object.py
spotifywebapiwithfixesandimprovementsfromsonallux/models/paging_playlist_object.py
spotifywebapiwithfixesandimprovementsfromsonallux/models/paging_playlist_track_object.py
spotifywebapiwithfixesandimprovementsfromsonallux/models/paging_saved_album_object.py
spotifywebapiwithfixesandimprovementsfromsonallux/models/paging_saved_audiobook_object.py
spotifywebapiwithfixesandimprovementsfromsonallux/models/paging_saved_episode_object.py
spotifywebapiwithfixesandimprovementsfromsonallux/models/paging_saved_show_object.py
spotifywebapiwithfixesandimprovementsfromsonallux/models/paging_saved_track_object.py
spotifywebapiwithfixesandimprovementsfromsonallux/models/paging_simplified_album_object.py
spotifywebapiwithfixesandimprovementsfromsonallux/models/paging_simplified_audiobook_object.py
spotifywebapiwithfixesandimprovementsfromsonallux/models/paging_simplified_chapter_object.py
spotifywebapiwithfixesandimprovementsfromsonallux/models/paging_simplified_episode_object.py
spotifywebapiwithfixesandimprovementsfromsonallux/models/paging_simplified_show_object.py
spotifywebapiwithfixesandimprovementsfromsonallux/models/paging_simplified_track_object.py
spotifywebapiwithfixesandimprovementsfromsonallux/models/paging_track_object.py
spotifywebapiwithfixesandimprovementsfromsonallux/models/play_history_object.py
spotifywebapiwithfixesandimprovementsfromsonallux/models/playlist_object.py
spotifywebapiwithfixesandimprovementsfromsonallux/models/playlist_owner_object.py
spotifywebapiwithfixesandimprovementsfromsonallux/models/playlist_snapshot_id.py
spotifywebapiwithfixesandimprovementsfromsonallux/models/playlist_track_object.py
spotifywebapiwithfixesandimprovementsfromsonallux/models/playlist_tracks_ref_object.py
spotifywebapiwithfixesandimprovementsfromsonallux/models/playlist_user_object.py
spotifywebapiwithfixesandimprovementsfromsonallux/models/playlists_followers_request.py
spotifywebapiwithfixesandimprovementsfromsonallux/models/playlists_request.py
spotifywebapiwithfixesandimprovementsfromsonallux/models/playlists_tracks_request.py
spotifywebapiwithfixesandimprovementsfromsonallux/models/playlists_tracks_request_1.py
spotifywebapiwithfixesandimprovementsfromsonallux/models/playlists_tracks_request_2.py
spotifywebapiwithfixesandimprovementsfromsonallux/models/private_user_object.py
spotifywebapiwithfixesandimprovementsfromsonallux/models/public_user_object.py
spotifywebapiwithfixesandimprovementsfromsonallux/models/queue_object.py
spotifywebapiwithfixesandimprovementsfromsonallux/models/reason_enum.py
spotifywebapiwithfixesandimprovementsfromsonallux/models/recommendation_seed_object.py
spotifywebapiwithfixesandimprovementsfromsonallux/models/recommendations_object.py
spotifywebapiwithfixesandimprovementsfromsonallux/models/release_date_precision_enum.py
spotifywebapiwithfixesandimprovementsfromsonallux/models/resume_point_object.py
spotifywebapiwithfixesandimprovementsfromsonallux/models/saved_album_object.py
spotifywebapiwithfixesandimprovementsfromsonallux/models/saved_audiobook_object.py
spotifywebapiwithfixesandimprovementsfromsonallux/models/saved_episode_object.py
spotifywebapiwithfixesandimprovementsfromsonallux/models/saved_show_object.py
spotifywebapiwithfixesandimprovementsfromsonallux/models/saved_track_object.py
spotifywebapiwithfixesandimprovementsfromsonallux/models/search_items.py
spotifywebapiwithfixesandimprovementsfromsonallux/models/section_object.py
spotifywebapiwithfixesandimprovementsfromsonallux/models/segment_object.py
spotifywebapiwithfixesandimprovementsfromsonallux/models/show_base.py
spotifywebapiwithfixesandimprovementsfromsonallux/models/show_object.py
spotifywebapiwithfixesandimprovementsfromsonallux/models/simplified_album_object.py
spotifywebapiwithfixesandimprovementsfromsonallux/models/simplified_artist_object.py
spotifywebapiwithfixesandimprovementsfromsonallux/models/simplified_playlist_object.py
spotifywebapiwithfixesandimprovementsfromsonallux/models/simplified_track_object.py
spotifywebapiwithfixesandimprovementsfromsonallux/models/time_interval_object.py
spotifywebapiwithfixesandimprovementsfromsonallux/models/track.py
spotifywebapiwithfixesandimprovementsfromsonallux/models/track_1.py
spotifywebapiwithfixesandimprovementsfromsonallux/models/track_object.py
spotifywebapiwithfixesandimprovementsfromsonallux/models/track_restriction_object.py
spotifywebapiwithfixesandimprovementsfromsonallux/models/type_2_enum.py
spotifywebapiwithfixesandimprovementsfromsonallux/models/type_3_enum.py
spotifywebapiwithfixesandimprovementsfromsonallux/models/type_5_enum.py
spotifywebapiwithfixesandimprovementsfromsonallux/models/type_enum.py
spotifywebapiwithfixesandimprovementsfromsonallux/models/users_playlists_request.py
spotifywebapiwithfixesandimprovementsfromsonallux/utilities/__init__.py
spotifywebapiwithfixesandimprovementsfromsonallux/utilities/file_wrapper.py
spotifywebapiwithfixesandimprovementsfromsonallux/utilities/union_type_lookup.py