diff --git a/README.md b/README.md new file mode 100644 index 0000000..3945f03 --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +# python-pyev + +Python binding for the libev library. +The libev is an event loop: you register interest in certain events (such +as a file descriptor being readable or a timeout occurring), and it will +manage these event sources and provide your program with events. \ No newline at end of file