{ "info": { "author": "Clemens Wolff", "author_email": "clemens.wolff+pypi@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "********\nGettyArt\n********\n\n\nOverview\n========\n\nThis package contains a scraper for Art!\n\nThe *getty_art* package uses the search API of the `Getty Museum\n`_ to deliver the finest art directly to a local drive\nnear to you.\n\n\nUsage\n=====\n\nGrabbing some fine art using this package is super simple:\n\n.. sourcecode :: py\n\n import getty_art\n\n scraper = getty_art.Scraper(category='Paintings')\n filenames = scraper.scrape(3)\n\nThis snippet downloads three paintings to a temporary directory and binds the\nlocations of the downloaded pieces of art to the filenames variable.\n\n--------------------------------------------------------------------------------\n\n.. image:: http://www.getty.edu/art/collections/images/thumb/00058201-T.JPG\n\n.. image:: http://www.getty.edu/art/collections/images/thumb/00081001-T.JPG\n\n.. image:: http://www.getty.edu/art/collections/images/thumb/00078701-T.JPG\n\n--------------------------------------------------------------------------------\n\nYou can also use the scraper from the command line. For instance, the following\ncommand downloads 2 watercolors to your current directory.\n\n.. sourcecode :: sh\n\n python -m getty_art.getty_art 'Watercolors (paintings)' --limit=2\n\n--------------------------------------------------------------------------------\n\n.. image:: http://www.getty.edu/collection/GRI/thumb/grioc0005428-T.jpg\n\n.. image:: http://www.getty.edu/collection/GRI/thumb/grioc0005417-T.jpg\n\n--------------------------------------------------------------------------------", "description_content_type": null, "docs_url": null, "download_url": "http://pypi.python.org/pypi/GettyArt", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/c-w/GettyArt", "keywords": null, "license": "LICENSE.txt", "maintainer": null, "maintainer_email": null, "name": "GettyArt", "package_url": "https://pypi.org/project/GettyArt/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/GettyArt/", "project_urls": { "Download": "http://pypi.python.org/pypi/GettyArt", "Homepage": "https://github.com/c-w/GettyArt" }, "release_url": "https://pypi.org/project/GettyArt/0.0.1/", "requires_dist": null, "requires_python": null, "summary": "Scraper for the fine art on getty.edu", "version": "0.0.1" }, "last_serial": 1282522, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "c68147999da91eed2cd1445f57bcda10", "sha256": "43c63a3fafffde83ca109616494188d78b88389a4f999e62cdeec46d81c203dc" }, "downloads": -1, "filename": "GettyArt-0.0.1.tar.gz", "has_sig": false, "md5_digest": "c68147999da91eed2cd1445f57bcda10", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3905, "upload_time": "2014-10-25T15:20:14", "url": "https://files.pythonhosted.org/packages/7f/07/1485bae9a87a125f75fdb2e1a52975b41d59301d2d3e39bf59afd22161fa/GettyArt-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "c68147999da91eed2cd1445f57bcda10", "sha256": "43c63a3fafffde83ca109616494188d78b88389a4f999e62cdeec46d81c203dc" }, "downloads": -1, "filename": "GettyArt-0.0.1.tar.gz", "has_sig": false, "md5_digest": "c68147999da91eed2cd1445f57bcda10", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3905, "upload_time": "2014-10-25T15:20:14", "url": "https://files.pythonhosted.org/packages/7f/07/1485bae9a87a125f75fdb2e1a52975b41d59301d2d3e39bf59afd22161fa/GettyArt-0.0.1.tar.gz" } ] }