curio
Async framework
A library that enables concurrent Python systems programming using async/await with a focus on separating asynchronous and synchronous code execution environments.
Good Curio!
4k stars
144 watching
244 forks
Language: Python
last commit: 5 months ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
| A library for building WebSocket servers and clients with an emphasis on correctness, simplicity, robustness, and performance. | 5,242 |
| A high-performance coroutine and parallel programming library for C++ that enables efficient and scalable concurrent execution. | 3,221 |
| A Python concurrency library that enables efficient and lightweight execution of coroutines | 6,267 |
| A Python library to automate Chromium, Firefox and WebKit browsers with a single API | 12,045 |
| A type-safe and composable library for building high-performance, concurrent, and reactive applications in Scala. | 4,124 |
| A high-level asynchronous networking and concurrency framework that provides structured concurrency on top of asyncio or trio. | 1,848 |
| A powerful data exploration and web app framework that lets you build complex applications entirely in Python using popular visualization tools | 4,858 |
| A framework that allows developers to write API specifications first and then generate Python code based on those specifications | 4,508 |
| A Python library implementing CSP-style concurrency with a focus on ease of use and compatibility with existing libraries. | 165 |
| A utility library for writing asynchronous cooperative multitasking in Python with a focus on generic programming and concurrency support. | 203 |
| A Swift library providing structured concurrency and CSP capabilities for concurrent programming on macOS and Linux. | 1,496 |
| A Python library that integrates asyncio with multiprocessing for concurrent task execution | 653 |
| A C++ concurrency library providing high-level abstractions for writing concurrent and parallel applications | 2,347 |
| A Python module for programmatically controlling mouse and keyboard interactions | 10,570 |
| An asynchronous framework for Django that supports WebSockets and task offloading. | 6,137 |