Skip to content

browniebroke/deezer-python

Repository files navigation

Deezer Python Client

CI Status Documentation Status Test coverage percentage

Poetry black 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.

Installation

The package is published on PyPI 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:

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

Ready for more? Look at our whole documentation on Read The Docs or have a play in pre-populated Jupyter notebook on Binder.

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 specification. Contributions of any kind are welcome!