{ "info": { "author": "Samuele Santi", "author_email": "samuele.santi@reinventsoftware.io", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: BSD License", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3 :: Only" ], "description": "Image service\n#############\n\nLibrary to create image proxying services.\n\nThe most basic usecase is serving images through HTTPS and stripping\ninformation from the original request, similar to what\n[camo](https://github.com/atmos/camo) does.\n\nImgservice brings it a step forward by allowing:\n\n- Non-http(s) sources (eg. private S3 buckets, ...)\n- Image processing (resizing, cropping, ...)\n\n\nURL format and security\n=======================\n\nURLs are in the format: `https://example.com/`, where `token`\nis a (signed, b64 encoded) object describing the image source and any\nrequired transformations.\n\n\nConfiguration\n=============\n\nAll the configuration is done by writing a simple Python script that\nimports and makes use of the imgservice library.\n\n\nTesting\n=======\n\nTo run the test suite:\n\n docker-compose run --rm -e PYTHONHASHSEED=0 web py.test -vvv --cov=imgservice --cov-report=term-missing ./tests", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/rshk/imgservice2", "keywords": "", "license": "BSD License", "maintainer": "", "maintainer_email": "", "name": "Imgservice", "package_url": "https://pypi.org/project/Imgservice/", "platform": "", "project_url": "https://pypi.org/project/Imgservice/", "project_urls": { "Homepage": "https://github.com/rshk/imgservice2" }, "release_url": "https://pypi.org/project/Imgservice/0.1/", "requires_dist": null, "requires_python": "", "summary": "Image proxy service", "version": "0.1" }, "last_serial": 3940551, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "da95ca373793a1faa8c00446ca9e134a", "sha256": "cd73db99129ae9e00f56b28957c52e5622a33cf4e8bd1adc91268f7b4ad26479" }, "downloads": -1, "filename": "Imgservice-0.1.tar.gz", "has_sig": false, "md5_digest": "da95ca373793a1faa8c00446ca9e134a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7408, "upload_time": "2018-06-07T17:47:08", "url": "https://files.pythonhosted.org/packages/dc/ae/877b1d0cc46c0d508ebd0c8d17f1a191bd30b67f10c912542f2bb02e2f96/Imgservice-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "da95ca373793a1faa8c00446ca9e134a", "sha256": "cd73db99129ae9e00f56b28957c52e5622a33cf4e8bd1adc91268f7b4ad26479" }, "downloads": -1, "filename": "Imgservice-0.1.tar.gz", "has_sig": false, "md5_digest": "da95ca373793a1faa8c00446ca9e134a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7408, "upload_time": "2018-06-07T17:47:08", "url": "https://files.pythonhosted.org/packages/dc/ae/877b1d0cc46c0d508ebd0c8d17f1a191bd30b67f10c912542f2bb02e2f96/Imgservice-0.1.tar.gz" } ] }