Python library to interface with all Deezer's APIs
Find a file
RemixDev 6171014f37 Merge branch 'track-parsing' into 'main'
More robust track parsing

See merge request RemixDev/deezer-py!2
2021-12-28 07:40:12 +00:00
deezer Merge branch 'main' into 'track-parsing' 2021-12-27 21:55:47 +00: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.0 2021-12-23 19:29:19 +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/.