Metadata-Version: 1.1
Name: Flask-Resize
Version: 2.0.0
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
Description: 
        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.
        
        
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
