{"categories":[{"label":"Libraries","url":"https://skillfed.io/packages/category/software-development-libraries/10"}],"enrichment":{"capability":"AsyncGui provides structured concurrency primitives for async Python code that integrates with existing event loops, without performing system I/O or managing a main loop itself.","skillfed_tags":["async-primitives","event-loop-agnostic","structured-concurrency"],"use_cases":["Integrate async task coordination into an existing GUI framework or event loop without replacing the loop itself.","Build structured concurrency patterns (nurseries, cancellation scopes) on top of a custom or third-party event dispatcher.","Add responsive async task scheduling to game engines or interactive applications that manage their own main loop.","Coordinate multiple async tasks with cancellation and exception handling in a framework-agnostic way."],"what_it_does":"AsyncGui is a minimal async library designed to work alongside existing event loops rather than replace them. It provides structured concurrency primitives inspired by Trio and trio-util, focusing on fast task responsiveness without handling system I/O or managing its own main loop. The library avoids global state and is designed for integration into frameworks that already manage event dispatch.\n\nOn Python 3.11 and later, it has no external dependencies; earlier versions require exceptiongroup. The package is actively maintained, tested across modern Python versions (3.10\u20133.14 and PyPy 3.10), and used as a foundation by downstream async GUI and game libraries (asynckivy, asynctkinter, asyncpygame).","worth_installing":"Yes, if you need structured concurrency primitives for an existing event loop and want a lightweight, dependency-free (on Python 3.11+) library. The active maintenance, broad Python version support, and permissive MIT license make it low-risk. Not suitable if you need a standalone async runtime or system I/O handling."},"id":"asyncgui","links":{"html":"https://skillfed.io/packages/asyncgui","md":"https://skillfed.io/packages/asyncgui.md","pypi":"https://pypi.org/project/asyncgui/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-04-30","license_spdx":"MIT","license_treatment":"permissive","name":"asyncgui","python_support":"supports_current","summary":"A minimalistic async library that focuses on fast responsiveness"},"popularity":{"monthly_downloads":91146,"position":13536,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.11.1"}
