pyydetty
Pyydetty is a Python library designed to help developers implement and manage request-driven workflows in asynchronous applications. The name, which means "requested" in Finnish, reflects the library’s focus on handling incoming requests, queuing work, and coordinating processing across workers. The project emphasizes a small surface area, composable building blocks, and compatibility with modern Python runtimes.
The library provides core abstractions such as Task, Queue, and Worker. It builds on asyncio for asynchronous
Usage typically involves defining an asynchronous unit of work and enqueueing it for processing by a set
Development and status: Pyydetty is maintained by an open-source community and follows a philosophy of clear
Licensing and availability: Pyydetty is released under an open-source license and published on common package indices,