README.md
pyproject.toml
spotifyify/__init__.py
spotifyify/auth.py
spotifyify/cache_handler.py
spotifyify/client.py
spotifyify/credentials.py
spotifyify/exceptions.py
spotifyify/schemas.py
spotifyify/spotifyify.py
spotifyify/utils.py
spotifyify.egg-info/PKG-INFO
spotifyify.egg-info/SOURCES.txt
spotifyify.egg-info/dependency_links.txt
spotifyify.egg-info/requires.txt
spotifyify.egg-info/top_level.txt
spotifyify/http/__init__.py
spotifyify/http/response.py
spotifyify/http/retry_context.py
spotifyify/http/retry_event.py
spotifyify/http/retry_policy.py
spotifyify/http/serialization.py
spotifyify/http/transport.py
spotifyify/namespaces/__init__.py
spotifyify/namespaces/albums.py
spotifyify/namespaces/artists.py
spotifyify/namespaces/episodes.py
spotifyify/namespaces/library.py
spotifyify/namespaces/player.py
spotifyify/namespaces/playlists.py
spotifyify/namespaces/shows.py
spotifyify/namespaces/tracks.py
spotifyify/namespaces/users.py
spotifyify/oauth2/__init__.py
spotifyify/oauth2/oauth2.py
spotifyify/oauth2/views.py
tests/test_cache_handler.py
tests/test_client.py
tests/test_credentials.py
tests/test_exceptions.py
tests/test_oauth2.py
tests/test_scopes.py
tests/test_utils.py