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.
- Outputs:
out
- Website: https://github.com/colour-science/flask-compress
- Licenses: Expat
- Package source: gnu/packages/python-web.scm
- Builds: See build status
- Issues: See known issues
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.