Twisted (Python) Bindings

txZMQ uses ØMQ APIs to get file descriptor that is used to signal pending actions from ØMQ library IO thread running in separate thread. txZMQ should be usable with any Twisted reactor.

Source Code

The current stable txZMQ release can be downloaded from PyPi: [http://pypi.python.org/pypi/txZMQ/]

It can also be installed with:

easy_install txZMQ

Requrements are:

  • pyzmq
  • Twisted

The git repository is at: https://github.com/smira/txZMQ.

git clone git://github.com/smira/txZMQ.git 
make env
make

Test Suite

txZMQ has an integrated test suite. To run the test suite simple do:

$ trial txzmq

Bug Reporting

If you encounter problems please fill a bug report at:

http://github.com/smira/txZMQ/issues

or write an e-mail to:

me AT smira DOT ru