Name : python-module-txaio Relocations: (not relocatable) Version : 1.0.0 Vendor: ALT Linux Team Release : alt1.git20150407.1.1 Build Date: Wed Mar 16 19:41:07 2016 Install date: (not installed) Build Host: imz-sisyphus.hasher.altlinux.org Group : Development/Python Source RPM: (none) Size : 120386 License: MIT Packager : Eugeny A. Rostovtsev (REAL) URL : https://pypi.python.org/pypi/txaio/ Summary : Compatibility API between asyncio/Twisted/Trollius Description : 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: your users can choose if they want asyncio or Twisted as a dependency. Note that, with this approach, user code runs under the native event loop of either Twisted or asyncio. This is different from attaching either one's event loop to the other using some event loop adapter.