Best Flask open-source libraries and packages

Flask Resize

Flask extension for resizing, cropping and caching images.
Updated 5 months ago

Flask-Resize

Travis CI build status (Linux) PyPI version Downloads from PyPI per month License Available as wheel Supported Python versions PyPI status (alpha/beta/stable) Coverage Status Code Health

About

Flask extension for resizing 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.

Created by Jacob Magnusson.

Installation

pip install flask-resize

# With S3
pip install flask-resize[s3]

# With Redis caching
pip install flask-resize[redis]

# With SVG source file support
pip install flask-resize[svg]

# With all features above
pip install flask-resize[full]

Documentation

Found @ flask-resize.readthedocs.io.