Twisted bindings for ZeroMQ
Project description
Introduction
txZMQ allows to integrate easily ØMQ sockets into Twisted event loop (reactor).
txZMQ supports both CPython and PyPy and ØMQ library version 2.2.x or 3.2.x.
Documentation is available at ReadTheDocs.
Requirements
C library required:
ØMQ library 2.2.x or 3.2.x
Python packages required:
pyzmq >= 13 (for CPython & PyPy)
Twisted
Details
txZMQ introduces support for general 0MQ sockets by class ZmqConnection that can do basic event loop integration, sending-receiving messages in non-blocking manner, scatter-gather for multipart messages.
txZMQ uses ØMQ APIs to get file descriptor that is used to signal pending actions from ØMQ library IO thread running in separate thread. This is used in a custom file descriptor reader, which is then added to the Twisted reactor.
Upgrading from 0.3.x
If you’re upgrading from version 0.3.1 and earlier, please apply following changes to your code:
root package name was changed from txZMQ to txzmq, adjust your imports accordingly;
ZmqEndpointType.Connect has been renamed to ZmqEndpointType.connect;
ZmqEndpointType.Bind has been renamed to ZmqEndpointType.bind;
ZmqConnection.__init__ has been changed to accept keyword arguments instead of list of endpoints; if you were using one endpoint, no changes are required; if using multiple endpoints, please look for add_endpoints method.
Hacking
Source code for txZMQ is available at github; forks and pull requests are welcome.
To start hacking, fork at github and clone to your working directory. To use the Makefile (for running unit tests, checking for PEP8 compliance and running pyflakes), you will want to have virtualenv installed (it includes a pip installation).
Create a branch, add some unit tests, write your code, check it and test it! Some useful make targets are:
make env
make check
make test
If you don’t have an environment set up, a new one will be created for you in ./env. Additionally, txZMQ will be installed as well as required development libs.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file txZMQ-1.0.0.tar.gz
.
File metadata
- Download URL: txZMQ-1.0.0.tar.gz
- Upload date:
- Size: 18.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8d607d0bf09ca94600b8e42f0721dbe43ee53a0470182344ac7ace7e58dc6177 |
|
MD5 | e2c7651813409f2aef0ff9dcf154f8ec |
|
BLAKE2b-256 | 4a402e154b744b8bad903552d5072aa9f2749fae69a68e945f96151e4aa8b032 |
File details
Details for the file txZMQ-1.0.0-py3-none-any.whl
.
File metadata
- Download URL: txZMQ-1.0.0-py3-none-any.whl
- Upload date:
- Size: 24.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 23dd8554994e99736b20112dce5254c0f45574b250cd428fed8091bccb357870 |
|
MD5 | 53df90e51246c672a9c899e47f9a1776 |
|
BLAKE2b-256 | f2579d687e05ed1b8d7f19803bf9191c3a976985c7406b1bd1787fc095e51d56 |