Metadata-Version: 2.0
Name: Flask-Resize
Version: 2.0.2
Summary: Flask extension for resizing images in code and templates
Home-page: https://github.com/jmagnusson/Flask-Resize
Author: Jacob Magnusson
Author-email: m@jacobian.se
License: BSD
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Dist: Flask
Requires-Dist: Pillow
Requires-Dist: argh
Requires-Dist: pilkit
Provides-Extra: full
Requires-Dist: boto3; extra == 'full'
Requires-Dist: cairosvg; extra == 'full'
Requires-Dist: redis; extra == 'full'
Provides-Extra: redis
Requires-Dist: redis; extra == 'redis'
Provides-Extra: s3
Requires-Dist: boto3; extra == 's3'
Provides-Extra: svg
Requires-Dist: cairosvg; extra == 'svg'
Provides-Extra: test
Requires-Dist: click (>=6.7); extra == 'test'
Requires-Dist: coverage (>=4.2); extra == 'test'
Requires-Dist: pytest (>=3.0.7); extra == 'test'
Provides-Extra: test_s3
Requires-Dist: moto (>=0.4.31); extra == 'test_s3'


Flask-Resize
------------

Flask extension for automating the resizing of images in your code and
templates. Can convert from JPEG|PNG|SVG to JPEG|PNG, resize to fit and crop.
File-based and S3-based storage options are available.

See https://flask-resize.readthedocs.io/ for documentation.



