{ "info": { "author": "Keith Gaughan", "author_email": "k@stereochro.me", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "Environment :: Web Environment", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Operating System :: OS Independent", "Programming Language :: Python :: 3", "Topic :: Internet :: WWW/HTTP :: WSGI :: Application" ], "description": "**imageproxy** is a small standalone WSGI application that dynamically\nresizes images.\n\nIt supports virtual hosting, so you can use the same instance to serve\nassets for different domains.\n\nExample config file::\n\n [site:example.net]\n root=/srv/example.net/web/media/images\n prefix=/assets/media/images\n\n [site:example.com]\n root=/srv/example.com/web/media/images\n prefix=/assets/media/images\n\nBy default only JPEG files can be resized, but if you'd like to make\nGIFs and PNGs resizable, add the following::\n\n [type:image/gif]\n resize=true\n\n [type:image/png]\n resize=true\n\nYou can specify the configuration file location by giving its path in\nthe ``IMAGEPROXY_SETTINGS`` environment variable.\n\nIf you want to use this with Paste, it comes with a sample config file.\nNaturally, you'll need Paste, PasteDeploy, and PasteScript to run it.\nHowever, Paste isn't required and the ``imageproxy.create_application``\ncallable can be used with any WSGI server.\n\n.. vim:set ft=rst:\n\n\n", "description_content_type": "text/x-rst", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/kgaughan/imageproxy", "keywords": "", "license": "Apache Licence v2.0", "maintainer": "", "maintainer_email": "", "name": "imageproxy", "package_url": "https://pypi.org/project/imageproxy/", "platform": "", "project_url": "https://pypi.org/project/imageproxy/", "project_urls": { "Homepage": "https://github.com/kgaughan/imageproxy" }, "release_url": "https://pypi.org/project/imageproxy/0.2.0/", "requires_dist": [ "pillow" ], "requires_python": "", "summary": "WSGI application to dynamically resize images.", "version": "0.2.0" }, "last_serial": 5936251, "releases": { "0.2.0": [ { "comment_text": "", "digests": { "md5": "3122654398b61b512469131f6540792f", "sha256": "f8d43918f365eb08779501f836276b69113f6d4de42b7ced38ace52107676542" }, "downloads": -1, "filename": "imageproxy-0.2.0-py3-none-any.whl", "has_sig": false, "md5_digest": "3122654398b61b512469131f6540792f", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 10141, "upload_time": "2019-10-06T22:50:00", "url": "https://files.pythonhosted.org/packages/6d/4b/f01b24a704ad5cb2d2dc21f719ba05bd499336ae202a4c764f749fbe3494/imageproxy-0.2.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4b359b398d5f32a15634c402bb87a5c4", "sha256": "bd56114e1d7e477ec0884e7ad20853cd3d32a9f4c121db256a4e82cf66a25a30" }, "downloads": -1, "filename": "imageproxy-0.2.0.tar.gz", "has_sig": false, "md5_digest": "4b359b398d5f32a15634c402bb87a5c4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9658, "upload_time": "2019-10-06T22:50:03", "url": "https://files.pythonhosted.org/packages/ec/1d/bda13441e9165139ccd2a1ef595a26bdd3f7b9ece0ea8b6ed36abf01278a/imageproxy-0.2.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "3122654398b61b512469131f6540792f", "sha256": "f8d43918f365eb08779501f836276b69113f6d4de42b7ced38ace52107676542" }, "downloads": -1, "filename": "imageproxy-0.2.0-py3-none-any.whl", "has_sig": false, "md5_digest": "3122654398b61b512469131f6540792f", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 10141, "upload_time": "2019-10-06T22:50:00", "url": "https://files.pythonhosted.org/packages/6d/4b/f01b24a704ad5cb2d2dc21f719ba05bd499336ae202a4c764f749fbe3494/imageproxy-0.2.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4b359b398d5f32a15634c402bb87a5c4", "sha256": "bd56114e1d7e477ec0884e7ad20853cd3d32a9f4c121db256a4e82cf66a25a30" }, "downloads": -1, "filename": "imageproxy-0.2.0.tar.gz", "has_sig": false, "md5_digest": "4b359b398d5f32a15634c402bb87a5c4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9658, "upload_time": "2019-10-06T22:50:03", "url": "https://files.pythonhosted.org/packages/ec/1d/bda13441e9165139ccd2a1ef595a26bdd3f7b9ece0ea8b6ed36abf01278a/imageproxy-0.2.0.tar.gz" } ] }