diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2016-08-09 16:57:07 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-08-13 07:22:19 +0700 |
commit | 0cabb18973326919f677ccfe7822416f5bb8bd38 (patch) | |
tree | 5e776e83d32c20d98d2822b009b806f3436aaa0f /python/Flask-Compress/README | |
parent | eb5b42110af7aedb697d0ee79b954ef896db5c9e (diff) |
python/Flask-Compress: Added (compress responses in your Flask app).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'python/Flask-Compress/README')
-rw-r--r-- | python/Flask-Compress/README | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/python/Flask-Compress/README b/python/Flask-Compress/README new file mode 100644 index 000000000000..3c2581c75353 --- /dev/null +++ b/python/Flask-Compress/README @@ -0,0 +1,2 @@ +Flask-Compress allows you to easily compress your Flask application's +responses with gzip. |