summaryrefslogtreecommitdiffstats
path: root/python/python-txaio/README
diff options
context:
space:
mode:
author David Spencer <baildon.research@googlemail.com>2017-01-30 07:31:46 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-02-03 04:33:07 +0700
commit7a3fc8656e26ad2ac23fb3957a51effb9b7442fe (patch)
tree6ddabef11c822a7af98dd77f61f67b60acf26c92 /python/python-txaio/README
parent05d0fdb5902dbe686b82c53b93be3f355dc5f6c9 (diff)
downloadslackbuilds-7a3fc8656e26ad2ac23fb3957a51effb9b7442fe.tar.gz
slackbuilds-7a3fc8656e26ad2ac23fb3957a51effb9b7442fe.tar.xz
python/python-txaio: Added (compatibility for Twisted/Trollius).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python-txaio/README')
-rw-r--r--python/python-txaio/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/python/python-txaio/README b/python/python-txaio/README
new file mode 100644
index 0000000000..61b2a59c8c
--- /dev/null
+++ b/python/python-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.