Diesel is a generator-based asynchronous I/O library for Python
Project description
diesel is a framework for writing network applications using asynchronous I/O in Python.
It uses Python’s generators to provide a friendly syntax for coroutines and continuations. It performs well and handles high concurrency with ease.
An HTTP/1.1 implementation is included as an example, which can be used for building web applications.