{ "info": { "author": "Andrii Smirnov", "author_email": "andrew.fonrims@gmail.com", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "# itunesmusicsearch [![PyPI version](https://badge.fury.io/py/itunespy.svg)](http://badge.fury.io/py/itunesmusicsearch)\n\nitunesmusicsearch is made to fetch necessary information about the track using iTunes Store API. itunesmusicsearch is made for Python 3.X.\n\n## Installing\nYou can install it from *pip*:\n\n pip install itunesmusicsearch\n\nOr you can simply clone this project anywhere in your computer:\n\n git clone https://github.com/fonrimss/itunesmusicsearch.git\n\nAnd then enter the cloned repo and execute:\n\n python setup.py install\n## Dependencies\n\nitunesmusicsearch requires [Requests](https://github.com/kennethreitz/requests) installed.\n\n## Examples and information\n\nSearch for a track:\n\n```python\nimport itunesmusicsearch\n\ntrack = itunesmusicsearch.search_track('Iter Impius') # Returns a list\nprint(track[0].artist_name + ': ' + track[0].track_name + ' | Length: ' + str(track[0].get_track_time_minutes())) # Get info from the first result\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/fonrims/itunesmusicsearch", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "itunesmusicsearch", "package_url": "https://pypi.org/project/itunesmusicsearch/", "platform": "", "project_url": "https://pypi.org/project/itunesmusicsearch/", "project_urls": { "Homepage": "https://github.com/fonrims/itunesmusicsearch" }, "release_url": "https://pypi.org/project/itunesmusicsearch/0.0.1/", "requires_dist": [ "requests (>=2.8)" ], "requires_python": "", "summary": "A small iTunes API wrapper (made for test task)", "version": "0.0.1" }, "last_serial": 3917466, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "5910ea81e5b5d5e19ef85197ff2814ad", "sha256": "195a5e6f127df2bf54e5cff658500f432768ad5b96c00a911ff281ae6c89af52" }, "downloads": -1, "filename": "itunesmusicsearch-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "5910ea81e5b5d5e19ef85197ff2814ad", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 4887, "upload_time": "2018-05-31T15:32:05", "url": "https://files.pythonhosted.org/packages/ea/f9/321cab3e3f6b461d15cb6ab2a1341719d92cb656596616c07eb7e7ec6aea/itunesmusicsearch-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "8b0a26aedc826e9a258ac03f516384e8", "sha256": "4efab8479ad41e82d038957656bb51181f01914a89af277ad0cd2dbe46c878be" }, "downloads": -1, "filename": "itunesmusicsearch-0.0.1.tar.gz", "has_sig": false, "md5_digest": "8b0a26aedc826e9a258ac03f516384e8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3938, "upload_time": "2018-05-31T15:32:06", "url": "https://files.pythonhosted.org/packages/02/db/347ded1dd3c070d001a6c23071550222ec3a92a99886e3ef3c32b10a74f5/itunesmusicsearch-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "5910ea81e5b5d5e19ef85197ff2814ad", "sha256": "195a5e6f127df2bf54e5cff658500f432768ad5b96c00a911ff281ae6c89af52" }, "downloads": -1, "filename": "itunesmusicsearch-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "5910ea81e5b5d5e19ef85197ff2814ad", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 4887, "upload_time": "2018-05-31T15:32:05", "url": "https://files.pythonhosted.org/packages/ea/f9/321cab3e3f6b461d15cb6ab2a1341719d92cb656596616c07eb7e7ec6aea/itunesmusicsearch-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "8b0a26aedc826e9a258ac03f516384e8", "sha256": "4efab8479ad41e82d038957656bb51181f01914a89af277ad0cd2dbe46c878be" }, "downloads": -1, "filename": "itunesmusicsearch-0.0.1.tar.gz", "has_sig": false, "md5_digest": "8b0a26aedc826e9a258ac03f516384e8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3938, "upload_time": "2018-05-31T15:32:06", "url": "https://files.pythonhosted.org/packages/02/db/347ded1dd3c070d001a6c23071550222ec3a92a99886e3ef3c32b10a74f5/itunesmusicsearch-0.0.1.tar.gz" } ] }