haiwen / python-libevent

Python bindings for the libevent library.

Home Page:http://www.joachim-bauch.de/projects/python-libevent/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

python-libevent - Python bindings for libevent

See the "samples" directory and the tests for now.

Compile on windows using msvc

  • start visual studio 2008 command prompt
  • cd libevent-2.0.21-stable
  • nmake -f Makefile.nmake
  • cd python-libevent
  • set LIBEVENT_ROOT=/path/to/libevent-2.0.21-stable
  • python setup.py build

About

Python bindings for the libevent library.

http://www.joachim-bauch.de/projects/python-libevent/

License:GNU Lesser General Public License v2.1


Languages

Language:C 81.0%Language:Python 19.0%