https://github.com/tmc/eio
asynchronous file i/o for python via libeio
https://github.com/tmc/eio
Last synced: 11 months ago
JSON representation
asynchronous file i/o for python via libeio
- Host: GitHub
- URL: https://github.com/tmc/eio
- Owner: tmc
- Created: 2011-07-06T21:23:17.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2011-10-11T15:02:24.000Z (over 14 years ago)
- Last Synced: 2025-03-24T09:52:48.034Z (over 1 year ago)
- Language: C
- Homepage:
- Size: 219 KB
- Stars: 16
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
eio
===
A cython wrapper of libeio aimed at bringing asynchronous file IO to python.
Alpha.
API unstable.
Currently requires Cython to build.
Windows support through MinGW is.. partial.
gevent and eventlet wrappers planned.