summaryrefslogtreecommitdiff
path: root/devel/py-txaio/pkg-descr
blob: 54c0dba4eed669ebf1d3769a5fee8e1c6f6487ed (plain) (blame)
1
2
3
4
5
6
7
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.