{ "info": { "author": "Filipe Fortes", "author_email": "accounts@fortes.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3", "Topic :: Internet :: WWW/HTTP :: Indexing/Search" ], "description": "# AllMusic\n\n![build status](https://travis-ci.org/fortes/allmusic.svg?branch=master)\n\nAn unofficial scraper [AllMusic](https://allmusic.com) reviews.\n\n## Installation\n\n```sh\npip install allmusic\n```\n\nAlternatively, clone directly from `master` to run with the freshest bugs:\n\n```sh\npip install git+git://github.com/fortes/allmusic.git@master\n```\n\n## Usage\n\n```\n>>> import allmusic\n>>> review = allmusic.getAlbumReviewForAllMusicUrl('https://www.allmusic.com/album/beauty-and-the-beat-mw0000736440')\n>>> print(review.album)\n'Beauty and the Beat'\n>>> print(review.rating)\n9\n```\n\n## Tests\n\nThere is one test, you can try it:\n\n```bash\npython -m unittest\n```\n\n## License\n\nMIT\n\n## Contributions\n\nPlease do", "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/fortes/allmusic", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "allmusic", "package_url": "https://pypi.org/project/allmusic/", "platform": "ALL", "project_url": "https://pypi.org/project/allmusic/", "project_urls": { "Homepage": "https://github.com/fortes/allmusic" }, "release_url": "https://pypi.org/project/allmusic/0.0.1/", "requires_dist": null, "requires_python": "", "summary": "AllMusic review scraper", "version": "0.0.1" }, "last_serial": 4395014, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "91bbabce4a0bbac18f2206c5fcc9f044", "sha256": "f39187fe2e61790ad279f373a5ec56601ae99f314be9e22c722dafcd7622f07b" }, "downloads": -1, "filename": "allmusic-0.0.1.tar.gz", "has_sig": false, "md5_digest": "91bbabce4a0bbac18f2206c5fcc9f044", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3499, "upload_time": "2018-10-19T17:33:14", "url": "https://files.pythonhosted.org/packages/52/d7/33d7f32ee82267c0c26873d327b07f3d768b49ef22cac7a3533ee13baff6/allmusic-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "91bbabce4a0bbac18f2206c5fcc9f044", "sha256": "f39187fe2e61790ad279f373a5ec56601ae99f314be9e22c722dafcd7622f07b" }, "downloads": -1, "filename": "allmusic-0.0.1.tar.gz", "has_sig": false, "md5_digest": "91bbabce4a0bbac18f2206c5fcc9f044", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3499, "upload_time": "2018-10-19T17:33:14", "url": "https://files.pythonhosted.org/packages/52/d7/33d7f32ee82267c0c26873d327b07f3d768b49ef22cac7a3533ee13baff6/allmusic-0.0.1.tar.gz" } ] }