Package python-module-txaio: Information

    Binary package: python-module-txaio
    Version: 18.8.1-alt1
    Architecture: noarch
    Build time:  Apr 27, 2019, 09:29 PM in the task #228282
    Source package: python-module-txaio
    Report package bug
    License: MIT
    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.

    Maintainer: Anton Midyukov


    Last changed


    April 28, 2019 Anton Midyukov 18.8.1-alt1
    - Updated to upstream version 18.8.1.
    Aug. 13, 2018 Aleksei Nikiforov 18.7.1-alt1
    - Updated to upstream version 18.7.1.
    Feb. 2, 2018 Stanislav Levin 2.8.1-alt1.1
    - (NMU) Fix Requires and BuildRequires to python-setuptools