.bumpversion.cfg
.cookiecutterrc
.coveragerc
.editorconfig
.travis.yml
AUTHORS.rst
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE
MANIFEST.in
Makefile
README.rst
setup.cfg
setup.py
tox.ini
docs/Makefile
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/contributing.rst
docs/index.rst
docs/readme.rst
docs/requirements.txt
docs/spelling_wordlist.txt
docs/_static/css/custom_guzzle.css
docs/_templates/apidoc/module.rst
docs/_templates/apidoc/package.rst
docs/api/spotipie.auth.events.rst
docs/api/spotipie.auth.rst
docs/api/spotipie.auth.sessions.rst
docs/api/spotipie.auth.utils.rst
docs/api/spotipie.client.rst
docs/api/spotipie.exceptions.rst
docs/api/spotipie.rst
docs/api/spotipie.utils.rst
docs/examples/client_credentials.py
docs/examples/desktop_app_authorization_code.py
docs/examples/desktop_app_implicit_grant.py
docs/examples/flask_authorization_code.py
scripts/remove_dir.py
src/__init__.py
src/spotipie/__init__.py
src/spotipie/client.py
src/spotipie/exceptions.py
src/spotipie/utils.py
src/spotipie.egg-info/PKG-INFO
src/spotipie.egg-info/SOURCES.txt
src/spotipie.egg-info/dependency_links.txt
src/spotipie.egg-info/requires.txt
src/spotipie.egg-info/top_level.txt
src/spotipie.egg-info/zip-safe
src/spotipie/auth/__init__.py
src/spotipie/auth/_token.py
src/spotipie/auth/events.py
src/spotipie/auth/sessions.py
src/spotipie/auth/utils.py
src/spotipie/auth/_app/__init__.py
src/spotipie/auth/_app/app.py
src/spotipie/auth/_app/static/style.css
src/spotipie/auth/_app/templates/access_denied.html
src/spotipie/auth/_app/templates/callback.html
src/spotipie/auth/_app/templates/error.html
src/spotipie/auth/_app/templates/layout.html
src/spotipie/auth/_app/templates/success.html
tests/test_spotify_client_public.py
tests/test_utils.py