This package browser is in early development. Mind the rough edges.

python-flask-compress 1.13

Compress responses in a Flask app

This package lets you compress Flask application responses and static files with gzip, deflate or brotli. Flask-Compress both adds the various headers required for a compressed response and compresses the response data.

Installation

Install python-flask-compress 1.13 as follows:

guix install python-flask-compress@1.13

Or install the latest version:

guix install python-flask-compress

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.