| Name: | python3-anyio |
|---|---|
| Version: | 4.8.0 |
| Release: | 1.el10_0 |
| Architecture: | noarch |
| Group: | Unspecified |
| Size: | 1159025 |
| License: | MIT |
| RPM: | python3-anyio-4.8.0-1.el10_0.noarch.rpm |
| Source RPM: | python-anyio-4.8.0-1.el10_0.src.rpm |
| Build Date: | Fri Feb 14 2025 |
| Build Host: | build-ol10-x86_64.oracle.com |
| Vendor: | Oracle America |
| URL: | https://github.com/agronholm/anyio |
| Summary: | 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. |