{ "info": { "author": "Thomas Amland, Simone Fantini", "author_email": "thomas.amland@googlemail.com, mones88@gmail.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.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4" ], "description": "tidalapi\n========\n\n.. image:: https://badge.fury.io/py/tidalapi4mopidy.png\n :target: http://badge.fury.io/py/tidalapi4mopidy\n\n\nUnofficial Python API for TIDAL music streaming service used by Mopidy-Tidal plugin.\n\n\nInstallation\n------------\n\nInstall from `PyPI `_ using ``pip``:\n\n.. code-block:: bash\n\n $ pip install tidalapi4mopidy\n\n\n\nExample usage\n-------------\n\n.. code-block:: python\n\n import tidalapi4mopidy\n\n session = tidalapi4mopidy.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\n\n\nHistory\n-------", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/mones88/python-tidal", "keywords": "", "license": "LGPL", "maintainer": null, "maintainer_email": null, "name": "tidalapi4mopidy", "package_url": "https://pypi.org/project/tidalapi4mopidy/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/tidalapi4mopidy/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/mones88/python-tidal" }, "release_url": "https://pypi.org/project/tidalapi4mopidy/0.1.3/", "requires_dist": null, "requires_python": null, "summary": "Unofficial API for TIDAL music streaming service.", "version": "0.1.3" }, "last_serial": 2351362, "releases": { "0.1.0": [], "0.1.1": [ { "comment_text": "", "digests": { "md5": "4632c367c217763f9e5479a2faf755d7", "sha256": "d4b92eca6c5a8be68619fe862c45c3cc690fb78425cbedd283f0b91283411d6e" }, "downloads": -1, "filename": "tidalapi4mopidy-0.1.1.tar.gz", "has_sig": false, "md5_digest": "4632c367c217763f9e5479a2faf755d7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11576, "upload_time": "2016-02-26T15:09:20", "url": "https://files.pythonhosted.org/packages/08/78/41bf29f2f69284649a339f50947e785a741ab2929c2a520d0e774fe1ec76/tidalapi4mopidy-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "c9048987d67c0d62b46029fb36d1d689", "sha256": "98182f7342739af780976376ffc3e50ae694c724b1a50f56c049e586dcca6be4" }, "downloads": -1, "filename": "tidalapi4mopidy-0.1.2.tar.gz", "has_sig": false, "md5_digest": "c9048987d67c0d62b46029fb36d1d689", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11618, "upload_time": "2016-09-17T10:00:49", "url": "https://files.pythonhosted.org/packages/0e/d4/4ebf64ffacaecc83a1581e48ad906a8c5922d139496188e9067b049fdf8c/tidalapi4mopidy-0.1.2.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "8e9a82926e7cf5d53503ad5816cb146b", "sha256": "62ff86e78c0c62854fa0c00b1f5a9a8c39d6151b5a912ff1bd46ab338d24e2ad" }, "downloads": -1, "filename": "tidalapi4mopidy-0.1.3.tar.gz", "has_sig": false, "md5_digest": "8e9a82926e7cf5d53503ad5816cb146b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11935, "upload_time": "2016-09-19T18:26:03", "url": "https://files.pythonhosted.org/packages/1f/ab/65a39a39c184222f5cae4b5e5e1c75a5f19f02d2bc903af3672ca4b0021d/tidalapi4mopidy-0.1.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "8e9a82926e7cf5d53503ad5816cb146b", "sha256": "62ff86e78c0c62854fa0c00b1f5a9a8c39d6151b5a912ff1bd46ab338d24e2ad" }, "downloads": -1, "filename": "tidalapi4mopidy-0.1.3.tar.gz", "has_sig": false, "md5_digest": "8e9a82926e7cf5d53503ad5816cb146b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11935, "upload_time": "2016-09-19T18:26:03", "url": "https://files.pythonhosted.org/packages/1f/ab/65a39a39c184222f5cae4b5e5e1c75a5f19f02d2bc903af3672ca4b0021d/tidalapi4mopidy-0.1.3.tar.gz" } ] }