Metadata-Version: 2.1
Name: spoti.py
Version: 0.1.1
Summary: An async wrapper for the Spotify Web API.
Home-page: https://github.com/Axelware/spoti.py
License: MIT
Keywords: spotify,api,wrapper,async
Author: Axel
Author-email: axelancerr@gmail.com
Requires-Python: >=3.10.0,<4.0
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Other Environment
Classifier: Framework :: AsyncIO
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Typing :: Typed
Provides-Extra: docs
Provides-Extra: speed
Requires-Dist: aiohttp (>=3.6.0,<3.8.0)
Requires-Dist: furo (>=2021.11.23,<2022.0.0); extra == "docs"
Requires-Dist: orjson (>=3.6.4,<4.0.0); extra == "speed"
Requires-Dist: sphinx (>=4.3.1,<5.0.0); extra == "docs"
Requires-Dist: sphinx-copybutton (>=0.4.0,<0.5.0); extra == "docs"
Requires-Dist: sphinxcontrib-trio (>=1.1.2,<2.0.0); extra == "docs"
Requires-Dist: sphinxext-opengraph (>=0.5.0,<0.6.0); extra == "docs"
Project-URL: Documentation, https://spoti-py.readthedocs.io/en/latest/
Project-URL: Discord, https://discord.com/invite/w9f6NkQbde
Project-URL: Issue Tracker, https://github.com/Axelware/spoti.py/issues
Project-URL: Repository, https://github.com/Axelware/spoti.py
Description-Content-Type: text/markdown

# spoti.py
An async wrapper for the [Spotify API](https://developer.spotify.com/documentation/web-api/) written in Python.

## Support
Support for spoti.py can be found in my [Discord](https://discord.com/invite/w9f6NkQbde) or by opening a discussion/issue on the [GitHub repo](https://github.com/Axelancerr/spoti.py)

## Installation

spoti.py is not available on PyPi yet, but it can be installed from GitHub instead:
```shell
pip install -U git+https://github.com/Axelancerr/spoti.py
```

To add spoti.py to a `requirements.txt` file, you can simply add it as: 
```text
git+https://github.com/Axelancerr/spoti.py
```

