Install this package:
emerge -a dev-python/asyncgui
If the package is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask dev-python/asyncgui
Or alternatively:
emerge --autounmask-write -a dev-python/asyncgui
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 9999 | 8 | ~amd64 ~arm ~arm64 ~x86 | 0 |
| 0.9.3 | 8 | ~amd64 ~arm ~arm64 ~x86 | 0 |
| 0.7.1 | 8 | ~amd64 ~arm ~arm64 ~x86 | 0 |
<pkgmetadata> <maintainer type="person"> <email></email> <name>Eugeniusz-Gienek</name> <description>AsyncGui

...is a minimalistic async library that:

 does not provide features involving system calls, such as I/O, time retrieval, thread suspension, or thread spawning.
 has no external dependencies when using Python 3.11 or later.
 does not own a main loop, but is designed to integrate with an existing one.
 avoids global state.
 focuses on fast responsiveness, allowing immediate task start and resumption.
 offers powerful structured concurrency APIs inspired by Trio and trio-util.
 has nothing to do with GUIs, even though it has 'gui' in its name.
</description> </maintainer> <stabilize-allarches></stabilize-allarches> <use></use> <upstream> <remote-id type="pypi">asyncgui</remote-id> <remote-id type="github">asyncgui/asyncgui</remote-id> </upstream> </pkgmetadata>
| Type | File | Size | Versions |
|---|
| Type | File | Size |
|---|---|---|
| DIST | 0.7.1.tar.gz | 87887 bytes |
| DIST | 0.9.3.tar.gz | 86169 bytes |