Wrapper for the Deezer API including authentication
Project description
DeezerPy
Simple wrapper for Deezer API supporting authenticated calls.
1) Installation
If you have Python already installed on your device, you should be all set to install DeezerPy using pip
pip install DeezerPy
2) Dependencies
- requests - DeezerPy requires the requests package to be installed on the system
3) Quick Start
Simply import 'deezerpy' to your project, create a deezerpy object and start calling its methods passing the relevant data (i.e. album id, artist id...)
import deezerpy
album_id = "72839592"
# album_id = "https://www.deezer.com/en/album/72839592"
dz = deezerpy.Deezer()
album = dz.get_album(album_id)
print(album)
4) Testing environment used
Python 3.7
5) Reporting issues
If you find bugs, issues, or methods that could be implemented or improved, please raise them here. Alternatively, you can contact me to my email address 'developmentvilla@gmail.com'
6) Feedback
If this library is helpful for your projects, please don't hesitate reaching out at 'developmentvilla@gmail.com', any feedback is highly appreciated.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file DeezerPy-1.0.tar.gz.
File metadata
- Download URL: DeezerPy-1.0.tar.gz
- Upload date:
- Size: 6.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8854df5b9d5d19afe29e80411ba440b4646004ace09d1b865454b6ed5273919e
|
|
| MD5 |
bf120d8f8237f9858a5c968e593409dd
|
|
| BLAKE2b-256 |
a5d83e96e2e91224e27a70ad0961d86dfa383bf20c41c132fcb1999c09a4a587
|
File details
Details for the file DeezerPy-1.0-py3-none-any.whl.
File metadata
- Download URL: DeezerPy-1.0-py3-none-any.whl
- Upload date:
- Size: 7.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
14ad7a4d2934a22d69550da6f6f1c9b3bd0f8eee238bf1292a6b6034ea3e1caa
|
|
| MD5 |
4c3c56bef823409eb86b327cedab3428
|
|
| BLAKE2b-256 |
fd545345d5e71cc24d5f6293eadd23ea8efbc5f18194ac7bb4759df3596279d5
|