Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/browniebroke/deezer-python

Deezer client for python
https://github.com/browniebroke/deezer-python

api api-client deezer hacktoberfest python

Last synced: 12 days ago
JSON representation

Deezer client for python

Awesome Lists containing this project

README

        

# Deezer Python Client



CI Status


Documentation Status


Test coverage percentage




Poetry


Ruff


pre-commit




Launch demo on Binder


PyPi Status

pyversions
license

LoC

---

**Documentation**: https://deezer-python.readthedocs.io

**Source Code**: https://github.com/browniebroke/deezer-python

---

A friendly Python wrapper around the [Deezer API](https://developers.deezer.com/api).

## Installation

The package is published on
[PyPI](https://pypi.org/project/deezer-python/) and can be installed by running:

pip install deezer-python

## Basic Use

Easily query the Deezer API from you Python code. The data returned by the Deezer
API is mapped to python resources:

```pycon
>>> client = deezer.Client()
>>> client.get_album(680407).title
'Monkey Business'
```

Ready for more? Look at our whole [documentation](http://deezer-python.readthedocs.io/)
on Read The Docs or have a play in pre-populated Jupyter notebook
[on Binder](https://mybinder.org/v2/gh/browniebroke/deezer-python/main?filepath=demo.ipynb).

## Contributors



Bruno Alla
Bruno Alla

💻 📖 🤔 🚧 📦 ⚠️
misuzu
misuzu

💻 📖 🤔 ⚠️
Pascal
Pascal

💻 ⚠️
khamaileon
khamaileon

📖
Nikolay Sheregeda
Nikolay Sheregeda

💻 ⚠️
Matheus Horstmann
Matheus Horstmann

💻 📖
Kieran Wynne
Kieran Wynne

💻


Jonathan Virga
Jonathan Virga

💻 📖
Hugo
Hugo

💻
allcontributors[bot]
allcontributors[bot]

🚇
nrebena
nrebena

🐛 💻 ⚠️
Pavel
Pavel

🐛
Samuel Gaist
Samuel Gaist

💻 ⚠️ 🛡️
Thomas Morelli
Thomas Morelli

🐛 💻 🤔


Naveen M K
Naveen M K

💻 🚇
Carababusha
Carababusha

💻
Bertrand Jacquin
Bertrand Jacquin

💻
Pierre
Pierre

💻 📖
Jonathan
Jonathan

💻 📖 ⚠️

This project follows the [all-contributors](https://allcontributors.org) specification.
Contributions of any kind are welcome!