{ "info": { "author": "Roopa Vasudevan", "author_email": "roopa.vasudevan@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "Intended Audience :: Education", "License :: Freely Distributable", "Natural Language :: English" ], "description": "PyGenius\n\nWant to use data from rap songs in your Python scripts but bummed that there's no API to do so? \nWell guess what? NOW U CAN, DAWG.\n\nWelcome to PyGenius.\n\nAll functions should be run through the examples.py file, or any other script you create.\n\nFunctions currently available\nartists.albumList(artist, arg) \nReturns a list of albums that the specified artist has recorded.\nIf second argument is set as 'links', the links to the albums will be returned.\n\nartists.getDates(artist) \nReturns a list of albums recorded by a specific artist, as well as the release year.\n\nartists.getAlbumData(artist, album)\nReturns the metadata about an album: description, track numbers, and track names.\n\nartists.getArtistBio(artist)\nReturns an artist's bio.\n\nartists.getPopularSongs(artist, arg)\nReturns the most popular songs by a specified artist. If the optional second argument is 'link', will return links to songs that can be passed in to other functions.\n\nwordsearch.searchWords(keyword, arg)\nReturns results for a key word search. Default return is artist and song name, but if the optional second argument is set to 'link', a link to the song is returned.\n\nsongs.searchSong(artist, title, arg) \nReturns lyrics for a specified song title. If the optional third argument is set to 'lyrics', only the lyrics will be returned; if it's 'link', only links to each lyric's annotations are returned (and can be passed into the searchAnnotations function); otherwise, both are returned by default.\n\nsongs.searchAnnotations(query)\nWill return content of a specified annotation link, including HTML links to pictures, videos and GIFs, as well as links to external sites referenced.\n\nsongs.findAllSongs(artist, arg) \nWill return all songs attributed to the specified artist. If second argument is specified as 'links', will return the links to the songs; if 'titles', will return the song titles; otherwise, will return both by default.\n\n", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "UNKNOWN", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "pygenius", "package_url": "https://pypi.org/project/pygenius/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pygenius/", "project_urls": { "Download": "UNKNOWN", "Homepage": "UNKNOWN" }, "release_url": "https://pypi.org/project/pygenius/2.0/", "requires_dist": null, "requires_python": null, "summary": "Python module for collecting data from rap songs.", "version": "2.0" }, "last_serial": 1158894, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "3b38bc008f01d84ec9691a319bb4d441", "sha256": "2729b899729abe538a6c6b244b472eeb2d1699f8b6e40c09be0a6b105d1addbf" }, "downloads": -1, "filename": "pygenius-1.0.tar.gz", "has_sig": false, "md5_digest": "3b38bc008f01d84ec9691a319bb4d441", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4622, "upload_time": "2013-10-18T00:46:13", "url": "https://files.pythonhosted.org/packages/e3/6d/8fdd9819e98d7cddfbaab00a04d2203169fd79ef59a5311e99fbf2b4c76e/pygenius-1.0.tar.gz" } ], "1.1": [ { "comment_text": "", "digests": { "md5": "3d9ffff6f143049faad3168f989a60bf", "sha256": "19ce954b238c9c41d7e1ec541df44e0c1c150b41fe5b782fcaab7b7d107c5515" }, "downloads": -1, "filename": "pygenius-1.1.tar.gz", "has_sig": false, "md5_digest": "3d9ffff6f143049faad3168f989a60bf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4624, "upload_time": "2013-10-19T20:26:19", "url": "https://files.pythonhosted.org/packages/97/fe/610f5ad43d51a1d291548a032f3f76cbd0b6d34cd9336e237028572778c1/pygenius-1.1.tar.gz" } ], "2.0": [ { "comment_text": "", "digests": { "md5": "819dc32bb1cd221ad7d28713971a52de", "sha256": "b0d4e050776774d52d98175e07ea4e2c3cec5766a3d9d892a24b463ccc15ff65" }, "downloads": -1, "filename": "pygenius-2.0.tar.gz", "has_sig": false, "md5_digest": "819dc32bb1cd221ad7d28713971a52de", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4673, "upload_time": "2014-07-15T19:45:44", "url": "https://files.pythonhosted.org/packages/d1/de/c86ec34526a6e425367706e4771f9c2873aabaf63f24b6bf871aa6b0b841/pygenius-2.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "819dc32bb1cd221ad7d28713971a52de", "sha256": "b0d4e050776774d52d98175e07ea4e2c3cec5766a3d9d892a24b463ccc15ff65" }, "downloads": -1, "filename": "pygenius-2.0.tar.gz", "has_sig": false, "md5_digest": "819dc32bb1cd221ad7d28713971a52de", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4673, "upload_time": "2014-07-15T19:45:44", "url": "https://files.pythonhosted.org/packages/d1/de/c86ec34526a6e425367706e4771f9c2873aabaf63f24b6bf871aa6b0b841/pygenius-2.0.tar.gz" } ] }