{ "info": { "author": "Thomas Amland", "author_email": "thomas.amland@googlemail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7" ], "description": "tidalapi\n========\n\n.. image:: https://img.shields.io/pypi/v/tidalapi.svg\n :target: https://pypi.org/project/tidalapi\n\n.. image:: https://readthedocs.org/projects/tidalapi/badge/?version=latest\n :target: https://tidalapi.readthedocs.io/en/latest/\n\nUnofficial Python API for TIDAL music streaming service.\n\n\nInstallation\n------------\n\nInstall from `PyPI `_ using ``pip``:\n\n.. code-block:: bash\n\n $ pip install tidalapi\n\n\n\nExample usage\n-------------\n\n.. code-block:: python\n\n import tidalapi\n\n session = tidalapi.Session()\n session.login('username', 'password')\n tracks = session.get_album_tracks(album_id=16909093)\n for track in tracks:\n print(track.name)\n\n\nDocumentation\n-------------\n\nDocumentation is available at https://tidalapi.readthedocs.io/en/latest/\n\n\n\n\nHistory\n-------\n\n\n", "description_content_type": "", "docs_url": "https://pythonhosted.org/tidalapi/", "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/tamland/python-tidal", "keywords": "", "license": "LGPL", "maintainer": "morguldir", "maintainer_email": "morguldir@protonmail.com", "name": "tidalapi", "package_url": "https://pypi.org/project/tidalapi/", "platform": "", "project_url": "https://pypi.org/project/tidalapi/", "project_urls": { "Homepage": "https://github.com/tamland/python-tidal" }, "release_url": "https://pypi.org/project/tidalapi/0.6.1/", "requires_dist": [ "requests" ], "requires_python": "", "summary": "Unofficial API for TIDAL music streaming service.", "version": "0.6.1" }, "last_serial": 5842914, "releases": { "0.1.0": [], "0.5.0": [ { "comment_text": "", "digests": { "md5": "e36e3358ae123c3cb4e275419561cbcb", "sha256": "89fe9789b3e03bd31b7678d6869613dd497aaa1739203c77193f9164fd026b4c" }, "downloads": -1, "filename": "tidalapi-0.5.0.tar.gz", "has_sig": false, "md5_digest": "e36e3358ae123c3cb4e275419561cbcb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11642, "upload_time": "2015-11-15T16:57:05", "url": "https://files.pythonhosted.org/packages/3b/d8/22bb3a1d16e536e2db7ce354efb4a28f427af72b0a0c56a4898b3a76a377/tidalapi-0.5.0.tar.gz" } ], "0.6.0": [ { "comment_text": "", "digests": { "md5": "a33573224bc567f14f946dd1f55c4b8b", "sha256": "50ac69660ca7ce67d9e37e483c2416d9204ce7f9af876ed519025302be8eebf0" }, "downloads": -1, "filename": "tidalapi-0.6.0-py3-none-any.whl", "has_sig": false, "md5_digest": "a33573224bc567f14f946dd1f55c4b8b", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 9521, "upload_time": "2019-09-17T16:48:44", "url": "https://files.pythonhosted.org/packages/02/e2/d0ab5a3330e375c0364f3264135da3a16de432040fe1ac24bdd5ac2b80c6/tidalapi-0.6.0-py3-none-any.whl" } ], "0.6.1": [ { "comment_text": "", "digests": { "md5": "90d62dc1e3ef36cd9847cb0685dd6b0e", "sha256": "ecbcb6b7a5d26a4e0377ba01ea29d9a3551a816ea05026c99bca85b94b893fd1" }, "downloads": -1, "filename": "tidalapi-0.6.1-py3-none-any.whl", "has_sig": false, "md5_digest": "90d62dc1e3ef36cd9847cb0685dd6b0e", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 9564, "upload_time": "2019-09-17T17:32:41", "url": "https://files.pythonhosted.org/packages/0a/34/0887ffdab1fff73c82d309cf39d4d34285e135144dfa25ea92028fd66e22/tidalapi-0.6.1-py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "90d62dc1e3ef36cd9847cb0685dd6b0e", "sha256": "ecbcb6b7a5d26a4e0377ba01ea29d9a3551a816ea05026c99bca85b94b893fd1" }, "downloads": -1, "filename": "tidalapi-0.6.1-py3-none-any.whl", "has_sig": false, "md5_digest": "90d62dc1e3ef36cd9847cb0685dd6b0e", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 9564, "upload_time": "2019-09-17T17:32:41", "url": "https://files.pythonhosted.org/packages/0a/34/0887ffdab1fff73c82d309cf39d4d34285e135144dfa25ea92028fd66e22/tidalapi-0.6.1-py3-none-any.whl" } ] }