Install this package:
emerge -a dev-python/anyio
If the package is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask dev-python/anyio
Or alternatively:
emerge --autounmask-write -a dev-python/anyio
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 4.13.0 | 8 | ~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 | 0 |
| 4.12.1 | 8 | ~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 | 0 |
<pkgmetadata> <maintainer type="project"> <email>sci@gentoo.org</email> <name>Gentoo Science Project</name> </maintainer> <maintainer type="project"> <email>python@gentoo.org</email> <name>Python</name> </maintainer> <longdescription lang="en"> 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 Subprocesses Inter-task synchronization and communication (locks, conditions, events, semaphores, object streams) 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. AnyIO comes with its own pytest plugin which also supports asynchronous fixtures. It even works with the popular Hypothesis library. </longdescription> <stabilize-allarches></stabilize-allarches> <upstream> <maintainer status="unknown"> <email>alex.gronholm@nextday.fi</email> <name>Alex Grönholm</name> </maintainer> <remote-id type="github">agronholm/anyio</remote-id> <remote-id type="pypi">anyio</remote-id> </upstream> </pkgmetadata>
| Type | File | Size | Versions |
|---|
| Type | File | Size |
|---|---|---|
| DIST | anyio-4.12.1.tar.gz | 228685 bytes |
| DIST | anyio-4.12.1.tar.gz.provenance | 9069 bytes |
| DIST | anyio-4.13.0.tar.gz | 231622 bytes |
| DIST | anyio-4.13.0.tar.gz.provenance | 9508 bytes |