LICENSE
MANIFEST.in
contributing.rst
pyproject.toml
readme_pypi.rst
tox.ini
docs/.DS_Store
docs/requirements.txt
docs/src/404.rst
docs/src/advanced_usage.rst
docs/src/auth_guide.rst
docs/src/conf.py
docs/src/examples.rst
docs/src/getting_started.rst
docs/src/index.rst
docs/src/logo.png
docs/src/logo_small.png
docs/src/reference.rst
docs/src/release_notes.rst
docs/src/resources.rst
docs/src/examples/artist_follower.rst
docs/src/examples/async_server.rst
docs/src/examples/auth_server.rst
docs/src/examples/creating_scripts.rst
docs/src/examples/discord_bot.rst
docs/src/examples/scripts.rst
docs/src/examples/scripts/albums_top_artist.rst
docs/src/examples/scripts/analyse_from_playlist.rst
docs/src/examples/scripts/follow_by_search.rst
docs/src/examples/scripts/follow_category_playlist.rst
docs/src/examples/scripts/play_saved_album.rst
docs/src/examples/scripts/recommended_playlist.rst
docs/src/examples/scripts/related_artists_top_artist.rst
docs/src/examples/scripts/scrape_playlists.rst
docs/src/examples/scripts/tracks_new_release.rst
docs/src/reference/auth.rst
docs/src/reference/client.rst
docs/src/reference/config.rst
docs/src/reference/conversions.rst
docs/src/reference/errors.rst
docs/src/reference/models.rst
docs/src/reference/senders.rst
requirements/build
requirements/checks
requirements/dev
requirements/docs
requirements/tests
src/tekore/__init__.py
src/tekore/_config.py
src/tekore/_convert.py
src/tekore/model.py
src/tekore.egg-info/PKG-INFO
src/tekore.egg-info/SOURCES.txt
src/tekore.egg-info/dependency_links.txt
src/tekore.egg-info/requires.txt
src/tekore.egg-info/top_level.txt
src/tekore/_auth/__init__.py
src/tekore/_auth/refreshing.py
src/tekore/_auth/scope.py
src/tekore/_auth/util.py
src/tekore/_auth/expiring/__init__.py
src/tekore/_auth/expiring/client.py
src/tekore/_auth/expiring/decor.py
src/tekore/_auth/expiring/token.py
src/tekore/_client/__init__.py
src/tekore/_client/base.py
src/tekore/_client/chunked.py
src/tekore/_client/full.py
src/tekore/_client/paging.py
src/tekore/_client/process.py
src/tekore/_client/short_link.py
src/tekore/_client/api/__init__.py
src/tekore/_client/api/album.py
src/tekore/_client/api/artist.py
src/tekore/_client/api/audiobook.py
src/tekore/_client/api/chapter.py
src/tekore/_client/api/episode.py
src/tekore/_client/api/follow.py
src/tekore/_client/api/library.py
src/tekore/_client/api/markets.py
src/tekore/_client/api/personalisation.py
src/tekore/_client/api/search.py
src/tekore/_client/api/show.py
src/tekore/_client/api/track.py
src/tekore/_client/api/user.py
src/tekore/_client/api/browse/__init__.py
src/tekore/_client/api/browse/validate.py
src/tekore/_client/api/player/__init__.py
src/tekore/_client/api/player/modify.py
src/tekore/_client/api/player/view.py
src/tekore/_client/api/playlist/__init__.py
src/tekore/_client/api/playlist/items.py
src/tekore/_client/api/playlist/modify.py
src/tekore/_client/api/playlist/view.py
src/tekore/_client/decor/__init__.py
src/tekore/_client/decor/handle.py
src/tekore/_model/__init__.py
src/tekore/_model/artist.py
src/tekore/_model/audio_analysis.py
src/tekore/_model/audio_features.py
src/tekore/_model/base.py
src/tekore/_model/category.py
src/tekore/_model/context.py
src/tekore/_model/currently_playing.py
src/tekore/_model/device.py
src/tekore/_model/episode.py
src/tekore/_model/error.py
src/tekore/_model/local.py
src/tekore/_model/member.py
src/tekore/_model/paging.py
src/tekore/_model/play_history.py
src/tekore/_model/playlist.py
src/tekore/_model/recommendations.py
src/tekore/_model/serialise.py
src/tekore/_model/track.py
src/tekore/_model/user.py
src/tekore/_model/album/__init__.py
src/tekore/_model/album/base.py
src/tekore/_model/album/full.py
src/tekore/_model/audiobook/__init__.py
src/tekore/_model/audiobook/base.py
src/tekore/_model/audiobook/full.py
src/tekore/_model/chapter/__init__.py
src/tekore/_model/chapter/base.py
src/tekore/_model/chapter/full.py
src/tekore/_model/show/__init__.py
src/tekore/_model/show/base.py
src/tekore/_model/show/full.py
src/tekore/_sender/__init__.py
src/tekore/_sender/base.py
src/tekore/_sender/client.py
src/tekore/_sender/concrete.py
src/tekore/_sender/error.py
src/tekore/_sender/extending.py
tests/__init__.py
tests/_util.py
tests/config.py
tests/conftest.py
tests/convert.py
tests/error.py
tests/model.py
tests/auth/__init__.py
tests/auth/expiring.py
tests/auth/refreshing.py
tests/auth/scope.py
tests/auth/util.py
tests/client/__init__.py
tests/client/_resources.py
tests/client/album.py
tests/client/artist.py
tests/client/audiobook.py
tests/client/base.py
tests/client/browse.py
tests/client/chapter.py
tests/client/episode.py
tests/client/follow.py
tests/client/full.py
tests/client/library.py
tests/client/markets.py
tests/client/paging.py
tests/client/personalisation.py
tests/client/player.py
tests/client/playlist.py
tests/client/search.py
tests/client/short_link.py
tests/client/show.py
tests/client/track.py
tests/client/user.py
tests/sender/__init__.py
tests/sender/base.py
tests/sender/caching.py
tests/sender/client.py
tests/sender/retrying.py