summaryrefslogtreecommitdiffstats
path: root/python/python3-txaio/README
diff options
context:
space:
mode:
Diffstat (limited to 'python/python3-txaio/README')
-rw-r--r--python/python3-txaio/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/python/python3-txaio/README b/python/python3-txaio/README
new file mode 100644
index 0000000000..61b2a59c8c
--- /dev/null
+++ b/python/python3-txaio/README
@@ -0,0 +1,4 @@
+txaio is a helper library for writing code that runs unmodified on both
+Twisted and asyncio / Trollius. This is like six, but for wrapping
+over differences between Twisted and asyncio so one can write code that
+runs unmodified on both.