Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/closeio/Flask-gzip
Gzip flask responses
https://github.com/closeio/Flask-gzip
Last synced: 13 days ago
JSON representation
Gzip flask responses
- Host: GitHub
- URL: https://github.com/closeio/Flask-gzip
- Owner: closeio
- Created: 2012-10-10T00:29:18.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2020-02-06T10:07:02.000Z (almost 5 years ago)
- Last Synced: 2024-09-19T15:18:36.475Z (about 2 months ago)
- Language: Python
- Size: 9.77 KB
- Stars: 94
- Watchers: 25
- Forks: 41
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Flask-gzip
==========Gzip flask responses
Installation
------------$ pip install Flask-gzip
Set Up
---```python
from flask import Flask
from flask_gzip import Gzipapp = Flask(__name__)
gzip = Gzip(app)
```Inspiration
---
http://flask.pocoo.org/mailinglist/archive/2010/6/14/gzip-compression/#13cd7c9498f74538f48d2a4e557c8148