aboutsummaryrefslogtreecommitdiff
path: root/python/python2-txaio/README
diff options
context:
space:
mode:
authorDave Woodfall <dave@slackbuilds.org>2021-05-14 21:34:46 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2021-05-19 18:40:04 +0700
commit876dae8127f136b9d31d4e926e4ec6786e59e2f1 (patch)
treebe5a9bc6a7d1c46c3e12ab8812729a5c660a84b9 /python/python2-txaio/README
parent1fb3a2c91212a810ac2225cd395c08531e9e4bb1 (diff)
python/python-txaio: Renamed python2-txaio.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python2-txaio/README')
-rw-r--r--python/python2-txaio/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/python/python2-txaio/README b/python/python2-txaio/README
new file mode 100644
index 0000000000..61b2a59c8c
--- /dev/null
+++ b/python/python2-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.