diff options
Diffstat (limited to 'python/python-txaio/README')
-rw-r--r-- | python/python-txaio/README | 4 |
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. |