Skip to content

standy66/anyio

 
 

Repository files navigation

Build Status

Code Coverage

Documentation

AnyIO is a asynchronous compatibility API that allows applications and libraries written against it to run unmodified on asyncio, curio and trio.

It bridges the following functionality:

  • Task groups
  • Cancellation
  • Threads
  • Signal handling
  • Asynchronous file I/O
  • Synchronization primitives (locks, conditions, events, semaphores, queues)
  • High level networking (TCP, UDP and UNIX sockets)

You can even use it together with native libraries from your selected backend in applications. Doing this in libraries is not advisable however since it limits the usefulness of your library.

About

High level compatibility layer for multiple asynchronous event loop implementations on Python

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%