Пакет python3-module-txaio: Информация

  • Default inline alert: Версия в репозитории: 23.1.1-alt1

Исходный пакет: python3-module-txaio
Версия: 18.8.1-alt3.1
Последняя версия по данным Repology
Собран:  16 ноября 2022 г. 3:00 в задании #309935
Категория: Разработка/Python 3
Сообщить об ошибке в пакете
Домашняя страница: https://pypi.python.org/pypi/txaio/

Лицензия: MIT
О пакете: Compatibility API between asyncio/Twisted/Trollius
Описание: 
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.

Список rpm-пакетов, предоставляемых данным srpm-пакетом:
python3-module-txaio (noarch)
python3-module-txaio-pickles (noarch)
python3-module-txaio-tests (noarch)

Сопровождающий: Daniel Zagaynov


Права:
@python
@everybody

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

Последнее изменение


13 ноября 2022 г. Daniel Zagaynov 18.8.1-alt3.1
- NMU: used %add_python3_self_prov_path macro to skip self-provides from dependencies.
10 апреля 2020 г. Andrey Bychkov 18.8.1-alt3
- Build for python2 disabled.
1 июня 2019 г. Stanislav Levin 18.8.1-alt2
- Fixed Pytest4.x compatibility errors.