{ "info": { "author": "Edna Piranha", "author_email": "jen@ednapiranha.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Web Environment", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Internet :: WWW/HTTP", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "Grab images from the web by their urls\n\nCurrently supports:\n\n- direct image links that have the following extensions (jpg, jpeg, gif, png)\n- Instagram\n- Imgur\n- Flickr\n- Path\n- Skitch\n- Minus\n- Cloud App\n\nRequirements\n\n>> pip install -r requirements.txt\n\nUsage\n\n>> from webimagery import *\n\n>> image = WebImagery()\n\nFirst set the url\n\n>> image.set_image('http://www.flickr.com/photos/ednapiranha/4437021184/')\n>> True\n\nYou can get the source link\n\n>> image.get_image()\n>> 'http://farm3.static.flickr.com/2788/4437021184_848d7fa79d.jpg'\n\nOr you can get the image tag, setting your own alt text and dimensions\n\n>> image.get_image_as_html('cat sleeping')\n>> image.width = 350\n>> '\"cat'", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/ednapiranha/web_imagery", "keywords": "image,html,web", "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "web_imagery", "package_url": "https://pypi.org/project/web_imagery/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/web_imagery/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/ednapiranha/web_imagery" }, "release_url": "https://pypi.org/project/web_imagery/1.7/", "requires_dist": null, "requires_python": null, "summary": "Web images generator by link or services (Instagram/Path/Flickr/Imgur/Cloud App/Minus/Skitch/500px)", "version": "1.7" }, "last_serial": 801578, "releases": { "1.5": [ { "comment_text": "", "digests": { "md5": "3ca3bec0d15ad6d1f9fe526b7fda7cbc", "sha256": "8634c90cc8a69b239e4439c495edca0b3d5e29a4b592df0c275467ce603cf08b" }, "downloads": -1, "filename": "web_imagery-1.5.tar.gz", "has_sig": false, "md5_digest": "3ca3bec0d15ad6d1f9fe526b7fda7cbc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2870, "upload_time": "2011-07-23T04:52:33", "url": "https://files.pythonhosted.org/packages/00/ee/82c90acb6e7e985bc2a3a314dda8f16b8b4b0e5797583be5eab5e40f41b0/web_imagery-1.5.tar.gz" } ], "1.6": [ { "comment_text": "", "digests": { "md5": "1a78898a6ece56ec0e41310b21de5442", "sha256": "d208ade7d180a598da9dc33717cd7f43dab8c129b3ee1207cb09944a1f2f085d" }, "downloads": -1, "filename": "web_imagery-1.6.tar.gz", "has_sig": false, "md5_digest": "1a78898a6ece56ec0e41310b21de5442", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3157, "upload_time": "2011-07-25T17:09:23", "url": "https://files.pythonhosted.org/packages/4d/4e/a3d6394f4588ddf936aa37d267f01c98ff85d1b13e0c86f4e8d28eb63caf/web_imagery-1.6.tar.gz" } ], "1.7": [ { "comment_text": "", "digests": { "md5": "9d5519bc3d448f2484da91c8ce13f897", "sha256": "be26d3c8dbaba4058b9486ec6f663f06165c6efcf529d17636c4be922cb830e6" }, "downloads": -1, "filename": "web_imagery-1.7.tar.gz", "has_sig": false, "md5_digest": "9d5519bc3d448f2484da91c8ce13f897", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2945, "upload_time": "2011-07-31T20:09:06", "url": "https://files.pythonhosted.org/packages/a7/f7/72ca7dd1ae4cc550102d6a12462c01b12b7bae34866d8355097684cdb368/web_imagery-1.7.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "9d5519bc3d448f2484da91c8ce13f897", "sha256": "be26d3c8dbaba4058b9486ec6f663f06165c6efcf529d17636c4be922cb830e6" }, "downloads": -1, "filename": "web_imagery-1.7.tar.gz", "has_sig": false, "md5_digest": "9d5519bc3d448f2484da91c8ce13f897", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2945, "upload_time": "2011-07-31T20:09:06", "url": "https://files.pythonhosted.org/packages/a7/f7/72ca7dd1ae4cc550102d6a12462c01b12b7bae34866d8355097684cdb368/web_imagery-1.7.tar.gz" } ] }