{ "info": { "author": "Emily Yu", "author_email": "eyudeveloper@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Topic :: Software Development :: Build Tools" ], "description": "# animelyric\n-------------\n\nDescription\n~~~~~~~~~~~\n\nAnimelyrics is a python library for retrieving lyrics for anime songs\nfrom animelyrics dot com.\n\nTable of Contents\n~~~~~~~~~~~~~~~~~\n\n- Requirements\n- Installation\n- Usage\n- Examples\n- Contact\n\nRequirements\n~~~~~~~~~~~~\n\n- urllib.request\n- bs4\n- requests\n- google\n- urllib.parse\n\nInstall\n~~~~~~~\n\nUsing pip\n\n::\n\n pip install animelyric\n\nor clone and install: \n::\n\n git clone https://github.com/emily-yu/animelyrics.git\n cd animelyric\n python setup.py\n\nUsage\n~~~~~\n\n::\n\n from animelyrics import AnimeLyrics\n al = AnimeLyrics('[keyword-to-search]')\n\n+------------+------------------------------------+\n| Function | Parameter |\n+============+====================================+\n| init | keyword-to-search |\n+------------+------------------------------------+\n| lyrics | lang (en: English, jp: Japanese) |\n+------------+------------------------------------+", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/emily-yu/animelyrics", "keywords": "anime development http", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "animelyric", "package_url": "https://pypi.org/project/animelyric/", "platform": "", "project_url": "https://pypi.org/project/animelyric/", "project_urls": { "Homepage": "https://github.com/emily-yu/animelyrics" }, "release_url": "https://pypi.org/project/animelyric/1.0.4/", "requires_dist": null, "requires_python": ">=3", "summary": "Retrieving anime lyrics for songs", "version": "1.0.4" }, "last_serial": 3300727, "releases": { "1.0.4": [ { "comment_text": "", "digests": { "md5": "149e93fc2b766e97eae7205b3af75d11", "sha256": "ec0c7fbe5a1bc22f31e1c94de057c0a173492f151affd0417d9146a0c3252752" }, "downloads": -1, "filename": "animelyric-1.0.4.tar.gz", "has_sig": false, "md5_digest": "149e93fc2b766e97eae7205b3af75d11", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 2901, "upload_time": "2017-11-02T16:24:28", "url": "https://files.pythonhosted.org/packages/ee/06/996f8d1366503cae6ae81f1d5d79780aab126d5cc9a5fa155d1cfb76395b/animelyric-1.0.4.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "149e93fc2b766e97eae7205b3af75d11", "sha256": "ec0c7fbe5a1bc22f31e1c94de057c0a173492f151affd0417d9146a0c3252752" }, "downloads": -1, "filename": "animelyric-1.0.4.tar.gz", "has_sig": false, "md5_digest": "149e93fc2b766e97eae7205b3af75d11", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 2901, "upload_time": "2017-11-02T16:24:28", "url": "https://files.pythonhosted.org/packages/ee/06/996f8d1366503cae6ae81f1d5d79780aab126d5cc9a5fa155d1cfb76395b/animelyric-1.0.4.tar.gz" } ] }