summaryrefslogtreecommitdiff
path: root/python/python3-Flask-Compress/README
diff options
context:
space:
mode:
authorfourtysixandtwo <fourtysixandtwo@sliderr.net>2022-05-20 15:44:04 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-05-21 08:25:23 +0700
commit8ad1677dabd8aec3a5af9e4251ea085488100d1c (patch)
treed2b6610cac2b11435b8ebac4252da65b20b31fc9 /python/python3-Flask-Compress/README
parent450d124c2e6d57dd8880e709148088543f92f496 (diff)
downloadslackbuilds-8ad1677dabd8aec3a5af9e4251ea085488100d1c.tar.gz
python/python3-Flask-Compress: Added (gzip responses in Flask apps)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-Flask-Compress/README')
-rw-r--r--python/python3-Flask-Compress/README2
1 files changed, 2 insertions, 0 deletions
diff --git a/python/python3-Flask-Compress/README b/python/python3-Flask-Compress/README
new file mode 100644
index 0000000000..57432f5070
--- /dev/null
+++ b/python/python3-Flask-Compress/README
@@ -0,0 +1,2 @@
+python3-Flask-Compress allows you to easily compress your Flask
+application's responses with gzip.