An open API service indexing awesome lists of open source software.

https://github.com/dentosal/async-stdio

Python async stdio library
https://github.com/dentosal/async-stdio

Last synced: 11 months ago
JSON representation

Python async stdio library

Awesome Lists containing this project

README

          

# async-stdio
A simple python library for creating applications that require asyncronous stdio.
The async-stdio library offers functionality similar to line reading in `netcat`, moving the input line down to allow printing while reading without breaking lines uglily.
For example usage, look at [the first example](/example1.py).

Currently there is no install script. You must install it by hand, or you can just copy `asyncstdio.py` (and license file) to your project directory.