Skip to content

Fredoun21/deezer-python

 
 

Repository files navigation

Deezer Python Client

Build status Azure DevOps builds Launch demo on Binder Test coverage percentage Maintainability black

Documentation Status PyPi Status pyversions license LoC

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

💻 ⚠️ 🛡️

This project follows the all-contributors specification. Contributions of any kind are welcome!

Packages

No packages published

Languages

  • Python 89.7%
  • Jupyter Notebook 10.3%