{ "info": { "author": "Nicolas Villalobos", "author_email": "developmentvilla@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# DeezerPy\nSimple wrapper for Deezer API supporting authenticated calls.\n\n## 1) Installation\nIf you have Python already installed on your device, you should be all set to install DeezerPy\nusing pip\n\n pip install DeezerPy\n\n## 2) Dependencies\n\n* requests - DeezerPy requires the requests package to be installed on the system\n\n## 3) Quick Start\nSimply import 'deezerpy' to your project, create a deezerpy object and start calling\nits methods passing the relevant data (i.e. album id, artist id...)\n\n import deezerpy\n\n album_id = \"72839592\"\n # album_id = \"https://www.deezer.com/en/album/72839592\"\n\n dz = deezerpy.Deezer()\n album = dz.get_album(album_id)\n print(album)\n\n## 4) Testing environment used\n\nPython 3.7\n\n## 5) Reporting issues\nIf you find bugs, issues, or methods that could be implemented or improved,\nplease raise them [here](https://github.com/NcVillalobos/DeezPy/issues). Alternatively, you can contact me to my email address\n'developmentvilla@gmail.com'\n\n## 6) Feedback \n\nIf this library is helpful for your projects, please don't hesitate reaching out\nat 'developmentvilla@gmail.com', any feedback is highly appreciated.\n\n\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/NcVillalobos/DeezPy", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "DeezerPy", "package_url": "https://pypi.org/project/DeezerPy/", "platform": "", "project_url": "https://pypi.org/project/DeezerPy/", "project_urls": { "Homepage": "https://github.com/NcVillalobos/DeezPy" }, "release_url": "https://pypi.org/project/DeezerPy/1.0/", "requires_dist": null, "requires_python": "", "summary": "Wrapper for the Deezer API including authentication", "version": "1.0" }, "last_serial": 5348608, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "4c3c56bef823409eb86b327cedab3428", "sha256": "14ad7a4d2934a22d69550da6f6f1c9b3bd0f8eee238bf1292a6b6034ea3e1caa" }, "downloads": -1, "filename": "DeezerPy-1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "4c3c56bef823409eb86b327cedab3428", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 7514, "upload_time": "2019-06-02T11:42:48", "url": "https://files.pythonhosted.org/packages/fd/54/5345d5e71cc24d5f6293eadd23ea8efbc5f18194ac7bb4759df3596279d5/DeezerPy-1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "bf120d8f8237f9858a5c968e593409dd", "sha256": "8854df5b9d5d19afe29e80411ba440b4646004ace09d1b865454b6ed5273919e" }, "downloads": -1, "filename": "DeezerPy-1.0.tar.gz", "has_sig": false, "md5_digest": "bf120d8f8237f9858a5c968e593409dd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6021, "upload_time": "2019-06-02T11:42:50", "url": "https://files.pythonhosted.org/packages/a5/d8/3e96e2e91224e27a70ad0961d86dfa383bf20c41c132fcb1999c09a4a587/DeezerPy-1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "4c3c56bef823409eb86b327cedab3428", "sha256": "14ad7a4d2934a22d69550da6f6f1c9b3bd0f8eee238bf1292a6b6034ea3e1caa" }, "downloads": -1, "filename": "DeezerPy-1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "4c3c56bef823409eb86b327cedab3428", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 7514, "upload_time": "2019-06-02T11:42:48", "url": "https://files.pythonhosted.org/packages/fd/54/5345d5e71cc24d5f6293eadd23ea8efbc5f18194ac7bb4759df3596279d5/DeezerPy-1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "bf120d8f8237f9858a5c968e593409dd", "sha256": "8854df5b9d5d19afe29e80411ba440b4646004ace09d1b865454b6ed5273919e" }, "downloads": -1, "filename": "DeezerPy-1.0.tar.gz", "has_sig": false, "md5_digest": "bf120d8f8237f9858a5c968e593409dd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6021, "upload_time": "2019-06-02T11:42:50", "url": "https://files.pythonhosted.org/packages/a5/d8/3e96e2e91224e27a70ad0961d86dfa383bf20c41c132fcb1999c09a4a587/DeezerPy-1.0.tar.gz" } ] }