
Flask-Compress allows one to compress HTTP responses generated by a Flask application running standalone with GZip. It does so without a complex setup for some MIME types that benefit from it, like HTML and JSON types.
This package contains the Python 2 version of the module.