aboutsummaryrefslogtreecommitdiff
path: root/python/python3-txaio/README
diff options
context:
space:
mode:
authorArn0 <yth@ythogtha.org>2022-03-03 11:12:28 +0100
committerAndrew Clemons <andrew.clemons@gmail.com>2022-03-05 00:21:35 +1300
commit8c40ac5ac582f916bf5b0df498dd43de3eb89b45 (patch)
tree0cffaf64e93d6751b5e058f934d32396e670697d /python/python3-txaio/README
parentf7574396e2ef825d4b74d7f4cc39c8e58fd6880a (diff)
python/python3-txaio: cloned from python2-txaio for python3,updated for version 22.2.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org> Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
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.