summaryrefslogtreecommitdiff
path: root/www/py-quart/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'www/py-quart/pkg-descr')
-rw-r--r--www/py-quart/pkg-descr6
1 files changed, 6 insertions, 0 deletions
diff --git a/www/py-quart/pkg-descr b/www/py-quart/pkg-descr
new file mode 100644
index 000000000000..ea1a9f094c71
--- /dev/null
+++ b/www/py-quart/pkg-descr
@@ -0,0 +1,6 @@
+Quart is an async Python web application framework. Using Quart you can,
+- render and serve HTML templates,
+- write (RESTful) JSON APIs,
+- serve WebSockets,
+- stream request and response data,
+- do pretty much anything over the HTTP or WebSocket protocols.