diff options
Diffstat (limited to 'www/py-quart-trio/pkg-descr')
-rw-r--r-- | www/py-quart-trio/pkg-descr | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www/py-quart-trio/pkg-descr b/www/py-quart-trio/pkg-descr new file mode 100644 index 000000000000..41c5cf78828a --- /dev/null +++ b/www/py-quart-trio/pkg-descr @@ -0,0 +1,3 @@ +Quart-Trio is an extension for Quart to support the Trio event loop. This is an +alternative to using the asyncio event loop present in the Python standard +library and supported by default in Quart. |