Metadata-Version: 2.1
Name: spoffy
Version: 1.0.1
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.9,<4.0
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: typing-extensions (>=4.9.0,<5.0.0)
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

[![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.9 and newer are supported




