{ "info": { "author": "sizumita", "author_email": "", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Natural Language :: Japanese", "Operating System :: OS Independent", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Topic :: Internet", "Topic :: Software Development :: Libraries", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Utilities" ], "description": "# Aiospotipy\naiospotipy is an API wrapper for Spotify written in python.\n\nThis is based on asyncio and spotipy.\n\n\n# Installing\nThis package can be installed in `pip`:\n```commandline\npip install aiospotipy\n```\nOf course, you can install the package manually after cloning the repository:\n```commandline\ngit clone https://github.com/sizumita/aiospotipy.git\ncd aiospotipy\npython setup.py install\n```\n\n# Quick Example\n```python\nfrom aiospotipy import Spotify\n\nauth = \"xxxxxxxxxxxxxx\"\nspotify = Spotify(auth=auth)\n\n\n# Search for an artist by its name\nsearch_results = await spotify.search_artist(q=\"kalafina\")\n\n```\n```python\nfrom aiospotipy import Spotify\nfrom aiospotipy.oauth2 import SpotifyCredentials\n\nspotify = Spotify(SpotifyCredentials(\"CLIENT_ID\", \"CLIENT_SECRET\"))\n\n\n# Search for an track by its id\nsearch_results = await spotify.search(q='3n3Ppam7vgaVa1iaRUc9Lp', _type='track')\n\n# Show my playlists:\nmy_playlists = await spotify.me.playlists()\n\n```\n\n# License\nThis project is licensed under the MIT Licence.\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/sizumita/aiospotipy", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "aiospotipy", "package_url": "https://pypi.org/project/aiospotipy/", "platform": "", "project_url": "https://pypi.org/project/aiospotipy/", "project_urls": { "Homepage": "https://github.com/sizumita/aiospotipy" }, "release_url": "https://pypi.org/project/aiospotipy/0.0.2/", "requires_dist": [ "aiohttp" ], "requires_python": ">=3.5.3", "summary": "an API wrapper for Spotify", "version": "0.0.2" }, "last_serial": 4918865, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "54fa10571f8e592f16c0481137e6d867", "sha256": "a1684ccf6c2256f96a44223fdf5518b6a83ab5e4b05d5db0eca25e2e73c9f5b0" }, "downloads": -1, "filename": "aiospotipy-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "54fa10571f8e592f16c0481137e6d867", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5.3", "size": 11250, "upload_time": "2019-03-09T11:50:41", "url": "https://files.pythonhosted.org/packages/87/d9/ce8f831f3a1be86d34383cb3b15763b5ad8e7e643a34ede25a916fad4966/aiospotipy-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "90b2df0ce5a6f776921f662a88df458e", "sha256": "7aed00af0f6f5dc12320fd2bf30dc600b25fd940a0dffc4fb5920f42c90a5ac5" }, "downloads": -1, "filename": "aiospotipy-0.0.1.tar.gz", "has_sig": false, "md5_digest": "90b2df0ce5a6f776921f662a88df458e", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5.3", "size": 9920, "upload_time": "2019-03-09T11:50:43", "url": "https://files.pythonhosted.org/packages/cf/03/1762ab20d4bf4df7bf7c948f22cebb0c4f3b304b51b93a0828b5e42a554f/aiospotipy-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "805c1a263b45e7cd194cc08cee85191f", "sha256": "da5165221e4d4fa1a270b416f16460754b3bc3b9be86bd0d6ceabb716d299f87" }, "downloads": -1, "filename": "aiospotipy-0.0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "805c1a263b45e7cd194cc08cee85191f", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5.3", "size": 11818, "upload_time": "2019-03-09T14:40:15", "url": "https://files.pythonhosted.org/packages/59/88/bd41d3677b2b3c4cf14d8e16140e94593175f48c9b16abc35c806aaa3208/aiospotipy-0.0.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6c147c9c2ed0245cba946a4a2fdbcf54", "sha256": "5e9fa4a38f3076a6a5e4f2c44f2b16ed0e7111cf36405953f5c6f5cef6588873" }, "downloads": -1, "filename": "aiospotipy-0.0.2.tar.gz", "has_sig": false, "md5_digest": "6c147c9c2ed0245cba946a4a2fdbcf54", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5.3", "size": 10086, "upload_time": "2019-03-09T14:40:16", "url": "https://files.pythonhosted.org/packages/f2/34/63a65bb1cf22c9af01b80f962e0e36fa307ecdee49f730f8884377d861da/aiospotipy-0.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "805c1a263b45e7cd194cc08cee85191f", "sha256": "da5165221e4d4fa1a270b416f16460754b3bc3b9be86bd0d6ceabb716d299f87" }, "downloads": -1, "filename": "aiospotipy-0.0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "805c1a263b45e7cd194cc08cee85191f", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5.3", "size": 11818, "upload_time": "2019-03-09T14:40:15", "url": "https://files.pythonhosted.org/packages/59/88/bd41d3677b2b3c4cf14d8e16140e94593175f48c9b16abc35c806aaa3208/aiospotipy-0.0.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6c147c9c2ed0245cba946a4a2fdbcf54", "sha256": "5e9fa4a38f3076a6a5e4f2c44f2b16ed0e7111cf36405953f5c6f5cef6588873" }, "downloads": -1, "filename": "aiospotipy-0.0.2.tar.gz", "has_sig": false, "md5_digest": "6c147c9c2ed0245cba946a4a2fdbcf54", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5.3", "size": 10086, "upload_time": "2019-03-09T14:40:16", "url": "https://files.pythonhosted.org/packages/f2/34/63a65bb1cf22c9af01b80f962e0e36fa307ecdee49f730f8884377d861da/aiospotipy-0.0.2.tar.gz" } ] }