Metadata-Version: 2.1
Name: spoffy
Version: 0.6.0
Summary: Spotify API client with async and sync support
Home-page: https://github.com/steinitzu/spoffy
License: Apache-2.0
Keywords: spotify,api-client,async,sans-io
Author: Steinthor Palsson
Author-email: steini90@gmail.com
Requires-Python: >=3.6,<4.0
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: pydantic (>=0.23)
Requires-Dist: urlobject (>=2,<3)
Project-URL: Documentation, https://spoffy.readthedocs.io
Project-URL: Repository, https://github.com/steinitzu/spoffy
Description-Content-Type: text/markdown

# Spoffy

[![CircleCI](https://circleci.com/gh/steinitzu/spoffy/tree/master.svg?style=svg)](https://circleci.com/gh/steinitzu/spoffy/tree/master)
[![Documentation Status](https://readthedocs.org/projects/spoffy/badge/?version=latest&style=flat-square)](https://spoffy.readthedocs.io/en/latest/?badge=latest)


The IDE friendly sync and async [Spotify API](https://developer.spotify.com/documentation/web-api/) wrapper for python.

Read the docs: https://spoffy.readthedocs.io


# Install

```
pip install spoffy
```
Python3.6 and newer are supported




