Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

asyncgui

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

asyncgui

A minimalistic async library that focuses on fast responsiveness

  • 0.7.1
  • PyPI
  • Socket score

Maintainers
1

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. (Yes, I should rename it at some point.)

Documentation

Installation

Pin the minor version.

poetry add asyncgui@~0.7
pip install "asyncgui>=0.7,<0.8"

Tested on

  • CPython 3.9
  • CPython 3.10
  • CPython 3.11
  • CPython 3.12 (3.12.1 or later)
  • CPython 3.13
  • PyPy 3.10

Async libraries that rely on this

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc