libuv interface for ZeroMQ
Project description
libuv interface for ZeroMQ for your Python programs.
With uzmq you can use zmq sockets with the libuv event loop binding proposed by the pyuv library.
Features
Simple interface to zeromq with the libuv event loop
Poll handle
ZMQ handle
Documentation
Installation
uzmq requires Python superior to 2.6 (yes Python 3 is supported)
To install uzmq using pip you must make sure you have a recent version of distribute installed:
$ curl -O http://python-distribute.org/distribute_setup.py $ sudo python distribute_setup.py $ easy_install pip
To install from source, run the following command:
$ git clone https://github.com/benoitc/uzmq.git $ cd uzmq && pip install -r requirements.txt
From pypi:
$ pip install uzmq
License
uzmq is available in the public domain (see UNLICENSE). gaffer is also optionally available under the MIT License (see LICENSE), meant especially for jurisdictions that do not recognize public domain works.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file uzmq-0.3.1.tar.gz
.
File metadata
- Download URL: uzmq-0.3.1.tar.gz
- Upload date:
- Size: 15.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f6d81e473e57861d6da247753b19dc1ce776936bd113bfb3e02daa257550d2f3 |
|
MD5 | bdf94feb411793226d4ec69bb57f062c |
|
BLAKE2b-256 | 3eecbcfe8aa7391e11e47c3736f3c88214bf9816348ea177f775a811ca93304c |