{ "info": { "author": "Bruno Alla", "author_email": "alla.brunoo@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3 :: Only", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "Deezer Python Client\n====================\n\n[](https://travis-ci.com/browniebroke/deezer-python)\n[](https://ci.appveyor.com/project/browniebroke/deezer-python)\n[](https://codecov.io/gh/browniebroke/deezer-python)\n[](https://codeclimate.com/github/browniebroke/deezer-python/maintainability)\n[](https://github.com/ambv/black)\n\n[](https://deezer-python.readthedocs.io)\n[](https://pypi.org/project/deezer-python/)\n\n\n[](https://github.com/browniebroke/deezer-python)\n\nA friendly wrapper around the [Deezer\nAPI](http://developers.deezer.com/api).\n\nInstallation\n------------\n\nThe package is published on\n[PyPI](https://pypi.org/project/deezer-python/) and can be installed by running:\n\n pip install deezer-python\n\nBasic Use\n---------\n\nSo far you can only retrieve the data for the public objects, for which\nno login is required. The objects are translated to python resources,\nwhich are basically python objects encapsulating the json dictionary\nreturned by the API.\n\n``` {.python}\n>>> client = deezer.Client()\n>>> client.get_album(12).title\n'Monkey Business'\n```\n\nReady for more? The detailed [API\nreference](https://deezer-python.readthedocs.io/api_reference/toc.html)\nis available in the\n[documentation](http://deezer-python.readthedocs.io/) on RTD.\n\nContributors\n------------\n\n\n\n