Python library to interface with all Deezer's APIs
Find a file
2022-03-05 11:37:01 +01:00
deezer v1.3.7 2022-03-05 11:37:01 +01:00
.gitignore Updated .gitignore and README.md 2020-11-12 17:06:41 +01:00
LICENSE.txt First commit 2020-11-12 16:55:24 +01:00
README.md Updated .gitignore and README.md 2020-11-12 17:06:41 +01:00
requirements.txt Removed eventlet and added get_session and set_session 2021-02-11 19:04:05 +01:00
setup.py v1.3.7 2022-03-05 11:37:01 +01:00

deezer-py

A wrapper for all Deezer's APIs

Installing and using the library

You can install this library with pip install deezer-py

License

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.