python3-txaio

compatibility API between asyncio/Twisted/Trollius - Python 3.x
  https://github.com/tavendo/txaio
  0
  no reviews



Txaio is a helper library for writing code that runs unmodified on both Twisted and asyncio.

This is like six , but for wrapping over differences between Twisted and asyncio so one can write code that runs unmodified on both (aka "source code compatibility"). In other words: users can choose if they want asyncio or Twisted as a dependency.

This package contains the Python 3.x module.