freebsd-ports/devel/py-txaio/pkg-descr
Kubilay Kocak f3fa76be8f [NEW] devel/py-txaio: Compatibility API between asyncio/Twisted/Trollius
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 (aka source code compatibility). In other words: your
users can choose if they want asyncio or Twisted as a dependency.

WWW: https://github.com/crossbario/txaio

[1] https://github.com/crossbario/txaio/pull/53

PR:	206564
2016-01-24 12:47:20 +00:00

9 lines
398 B
Text

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 (aka source code compatibility). In other words: your
users can choose if they want asyncio or Twisted as a dependency.
WWW: https://github.com/crossbario/txaio