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
- Host: GitHub
- URL: https://github.com/dentosal/async-stdio
- Owner: Dentosal
- License: mit
- Created: 2016-03-31T21:36:33.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-01T11:41:49.000Z (over 10 years ago)
- Last Synced: 2025-03-21T10:09:34.668Z (over 1 year ago)
- Language: Python
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.