{ "info": { "author": "Alex Seitsinger", "author_email": "software@alexseitsinger.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Console", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python :: 2", "Programming Language :: Python :: 3", "Topic :: Multimedia :: Graphics :: Graphics Conversion" ], "description": "# Image Tools\n\n## Description\n\nVarious tools for manipulating images.\n\n## Installation\n\n```python\npip install image-tools\n```\n\n## Usage\n\n```python\nfrom image_tools.sizes import resize_and_crop\n\nimage = resize_and_crop(\"/path/to/image\", (200,200), \"middle\")\n```\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://www.alexseitsinger.com/packages/python/image-tools", "keywords": "images", "license": "BSD 2-Clause License", "maintainer": "", "maintainer_email": "", "name": "image-tools", "package_url": "https://pypi.org/project/image-tools/", "platform": "", "project_url": "https://pypi.org/project/image-tools/", "project_urls": { "Documentation": "https://www.alexseitsinger.com/packages/python/image-tools", "Homepage": "https://www.alexseitsinger.com/packages/python/image-tools", "Source": "https://github.com/alexseitsinger/image-tools", "Tracker": "https://github.com/alexseitsinger/image-tools/issues" }, "release_url": "https://pypi.org/project/image-tools/1.0.0/", "requires_dist": null, "requires_python": "", "summary": "Various tools for manipulating images", "version": "1.0.0" }, "last_serial": 5465721, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "5bfaecc2d9cea04b5470f0ff567af415", "sha256": "314c591c41bd10958f6e7d2b06b810094bc058bf367f538f34891a1c41915e40" }, "downloads": -1, "filename": "image_tools-1.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "5bfaecc2d9cea04b5470f0ff567af415", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3620, "upload_time": "2019-06-29T15:51:24", "url": "https://files.pythonhosted.org/packages/a0/ed/3ff7fe17b29b61128975d95e980dd6bb887889a0803ec823a4b6b8fb9482/image_tools-1.0.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1073d153f73c2b5aa887f60e7b3fb778", "sha256": "e0e7c220e2c64d8dfbaf15e41772b338911c642a437909fe1869c23f74f67dff" }, "downloads": -1, "filename": "image-tools-1.0.0.tar.gz", "has_sig": false, "md5_digest": "1073d153f73c2b5aa887f60e7b3fb778", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3286, "upload_time": "2019-06-29T15:51:26", "url": "https://files.pythonhosted.org/packages/1f/6a/4cc6b19ff34b26d303c40d768b7a3a2a276ab0128aa1fb7bad1cdf480117/image-tools-1.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "5bfaecc2d9cea04b5470f0ff567af415", "sha256": "314c591c41bd10958f6e7d2b06b810094bc058bf367f538f34891a1c41915e40" }, "downloads": -1, "filename": "image_tools-1.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "5bfaecc2d9cea04b5470f0ff567af415", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3620, "upload_time": "2019-06-29T15:51:24", "url": "https://files.pythonhosted.org/packages/a0/ed/3ff7fe17b29b61128975d95e980dd6bb887889a0803ec823a4b6b8fb9482/image_tools-1.0.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1073d153f73c2b5aa887f60e7b3fb778", "sha256": "e0e7c220e2c64d8dfbaf15e41772b338911c642a437909fe1869c23f74f67dff" }, "downloads": -1, "filename": "image-tools-1.0.0.tar.gz", "has_sig": false, "md5_digest": "1073d153f73c2b5aa887f60e7b3fb778", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3286, "upload_time": "2019-06-29T15:51:26", "url": "https://files.pythonhosted.org/packages/1f/6a/4cc6b19ff34b26d303c40d768b7a3a2a276ab0128aa1fb7bad1cdf480117/image-tools-1.0.0.tar.gz" } ] }