Metadata-Version: 1.2
Name: gwa-spotify-api
Version: 0.0.8
Summary: wrapper for spotify web api
Home-page: https://github.com/goodwordalchemy/spotify-api
Author: David Goldberg
Author-email: goodwordalchemy@gmail.com
License: MIT
Description-Content-Type: UNKNOWN
Description: This module provides a wrapper for the spotify web api.  Both 'Client Credentials' and 'Authorization Code' flows are supported.  To use the former check spotify_api.py.  To use the latter check out spotify_auth_api.py.  You need to create an app on the spotify developer site and set environment variables for SPOTIFY_CLIENT_ID, SPOTIFY_CLIENT_SECRET, and SPOTIFY_CALLBACK_URL.
        
        You can pip install this module `pip install gwa_spotify_api`.  If you do that, you still need to set those environment variables.
        
Keywords: spotify api wrapper
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3
