Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37514647
en ru br
ALT Linux repos
S:23.1.1-alt1

Group :: Development/Python3
RPM: python3-module-txaio

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 23.1.1-alt1
Build date: 1 august 2023, 17:43 ( 38.2 weeks ago )
Size: 49.14 Kb

Home page:   https://pypi.org/project/txaio

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.

Current maintainer: Grigory Ustinov

List of contributors

List of rpms provided by this srpm:

  • python3-module-txaio-tests
  • python3-module-txaio-pickles
  • python3-module-txaio
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin