me hacking on libevent-python
Go to file
Evan Klitzke 98520b448b PyErr_Print() when catching exceptions in callbacks 2010-01-25 19:26:24 -08:00
examples import libevent-python-0.1a8 2010-01-25 17:57:35 -08:00
libevent PyErr_Print() when catching exceptions in callbacks 2010-01-25 19:26:24 -08:00
libevent_python.egg-info import libevent-python-0.1a8 2010-01-25 17:57:35 -08:00
INSTALL.txt import libevent-python-0.1a8 2010-01-25 17:57:35 -08:00
LICENSE.txt import libevent-python-0.1a8 2010-01-25 17:57:35 -08:00
PKG-INFO import libevent-python-0.1a8 2010-01-25 17:57:35 -08:00
README.txt import libevent-python-0.1a8 2010-01-25 17:57:35 -08:00
TODO.txt import libevent-python-0.1a8 2010-01-25 17:57:35 -08:00
ez_setup.py import libevent-python-0.1a8 2010-01-25 17:57:35 -08:00
setup.py import libevent-python-0.1a8 2010-01-25 17:57:35 -08:00

README.txt

# Copyright (c) 2006  Andy Gross <andy@andygross.org>
# Copyright (c) 2006  Nick Mathewson
# See LICENSE.txt for details.

libevent-python
---------------

libevent-python is a CPython extension module that wraps the lightweight C 
library 'libevent', available at http://www.monkey.org/~provos/libevent/.

libevent provides a unified interface to a variety of IO multiplexing 
mechanisms (select, poll, kqueue, epoll) and an event loop that supports
timed events and signal handlers.

For usage examples, see the examples/ directory, which should grow as 
libevent-python matures.