Metadata-Version: 2.1
Name: deezepy
Version: 0.2
Summary: Deezer wrapper written in Python
Home-page: https://github.com/CyanBook/deezepy
Author: CyanBook
Author-email: lorenzo.delmonte05@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: requests

<p align="center">
    <a href="https://github.com/cyanbook/deezepy">
        <img src="https://i.imgur.com/TQz2qbu.jpg" alt="Deezepy">
    </a>
    <br>
    <b>Elegant Python wrapper for Deezer API</b>
    <br>
    <a href="https://deezepy.readthedocs.io">
        Documentation
    </a>
    •
    <a href="https://github.com/CyanBook/deezepy/releases">
        Releases
    </a>
    •
    <a href="https://t.me/CyanBook">
        Support
    </a>
</p>

---

## Deezepy
``` python
>>> import deezepy
>>> client = deezepy.Client()
>>> client.get_track(760429392).title
'Come Together'
```
**Deezepy** is an elegant, intuitive and easy-to-use Python wrapper for Deezer API.

### Installation

```pip install deezepy```

### Requirements
- Python 3.6 or higher

### License
Deezepy is licensed under GNU GPLv3


