{ "info": { "author": "Zest Software", "author_email": "info@zestsoftware.nl", "bugtrack_url": null, "classifiers": [ "Framework :: Django", "Programming Language :: Python" ], "description": "ImageRetriever\n==============\n\nImage retriver is a simple Django app to help you get the missing\nimage from the server when developping (for example when you get a\nfresh database and don't want to download again the 3Gb of images\nfor the few images you miss since last sync).\n\nInstall\n-------\n\nIf you're using buildout, just add 'imageretriever' to your list of\neggs.\n\nIf not, you can install the egg to your python setup using::\n\n easy_install imageretriever\n\nYou can also download the sources and add them to your local environment.\n\n\nUsing image retriever\n---------------------\n\nStart the django shell, then type::\n\n from imageretriever.utils import sync_images\n sync_images('http://localhost:8000/', 'http://example.com/')\n\nIt will list all image fields in the models and download them if they\nare not on your local filesystem.\n\nYou can also specify the number of milliseconds between each image\ndownload (to avoid being too agressive with the server) and if you\nwant more information::\n\n sync_images('http://localhost:8000/', 'http://example.com/', 100, True)\n\nimageretriever logs\n===================\n\n0.1 (2011-08-26)\n----------------\n\n - added base functionalities. [vincent]", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://zestsoftware.nl", "keywords": null, "license": "GPL", "maintainer": null, "maintainer_email": null, "name": "imageretriever", "package_url": "https://pypi.org/project/imageretriever/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/imageretriever/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://zestsoftware.nl" }, "release_url": "https://pypi.org/project/imageretriever/0.1/", "requires_dist": null, "requires_python": null, "summary": "A Django package to download missing images on your local instance from the production/preview server.", "version": "0.1" }, "last_serial": 793219, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "547e23bcfebf8ed544509ccbb330fd52", "sha256": "1d6c7a86c143c9281898564e89e06075004f8d74e96a6b62452fc00049c238f3" }, "downloads": -1, "filename": "imageretriever-0.1.zip", "has_sig": false, "md5_digest": "547e23bcfebf8ed544509ccbb330fd52", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7588, "upload_time": "2011-08-26T12:53:37", "url": "https://files.pythonhosted.org/packages/36/be/4f79db9fd256c6c5e1f0ae30be8117da32a01227797278e82b7047ef846d/imageretriever-0.1.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "547e23bcfebf8ed544509ccbb330fd52", "sha256": "1d6c7a86c143c9281898564e89e06075004f8d74e96a6b62452fc00049c238f3" }, "downloads": -1, "filename": "imageretriever-0.1.zip", "has_sig": false, "md5_digest": "547e23bcfebf8ed544509ccbb330fd52", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7588, "upload_time": "2011-08-26T12:53:37", "url": "https://files.pythonhosted.org/packages/36/be/4f79db9fd256c6c5e1f0ae30be8117da32a01227797278e82b7047ef846d/imageretriever-0.1.zip" } ] }