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

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

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 3.6.2-alt1
Build date: 30 december 2022, 00:34 ( 67.9 weeks ago )
Size: 107.48 Kb

Home page:   https://github.com/agronholm/anyio

License: MIT
Summary: High level compatibility layer for multiple asynchronous event loop implementations
Description:

AnyIO is an asynchronous networking and concurrency library
that works on top of either asyncio or trio.
It implements trio-like structured concurrency (SC) on top of asyncio,
and works in harmony with the native SC of trio itself.

Applications and libraries written against AnyIO's API will run
unmodified on either asyncio or trio.
AnyIO can also be adopted into a library or application incrementally -
bit by bit, no full refactoring necessary.
It will blend in with native libraries of your chosen backend.

Current maintainer: Vitaly Lipatov

List of contributors

List of rpms provided by this srpm:

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