Package python3-module-txaio: Information

  • Default inline alert: Version in the repository: 23.1.1-alt1

Source package: python3-module-txaio
Version: 18.8.1-alt3.1
Latest version according to Repology
Build time:  Nov 16, 2022, 03:00 AM in the task #309935
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.

List of rpms provided by this srpm:
python3-module-txaio (noarch)
python3-module-txaio-pickles (noarch)
python3-module-txaio-tests (noarch)

Maintainer: Daniel Zagaynov


ACL:
@python
@everybody

    1. python3-module-pytest
    2. python3-module-setuptools
    3. python3-module-sphinx
    4. python3-module-twisted-core
    5. python3-test
    6. rpm-build-python3
    7. python3-module-mock

Last changed


Nov. 13, 2022 Daniel Zagaynov 18.8.1-alt3.1
- NMU: used %add_python3_self_prov_path macro to skip self-provides from dependencies.
April 10, 2020 Andrey Bychkov 18.8.1-alt3
- Build for python2 disabled.
June 1, 2019 Stanislav Levin 18.8.1-alt2
- Fixed Pytest4.x compatibility errors.