summaryrefslogtreecommitdiffstats
path: root/python/python3-trio/README
diff options
context:
space:
mode:
Diffstat (limited to 'python/python3-trio/README')
-rw-r--r--python/python3-trio/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/python/python3-trio/README b/python/python3-trio/README
new file mode 100644
index 0000000000..dca4f0304d
--- /dev/null
+++ b/python/python3-trio/README
@@ -0,0 +1,5 @@
+The Trio project aims to produce a production-quality, permissively
+licensed, async/await-native I/O library for Python. Like all async
+libraries, its main purpose is to help you write programs that do
+multiple things at the same time with parallelized I/O.
+