zmq package that compiles its own ØMQ / 0MQ / ZeroMQ
Project description
This package combines the zmq Python package with a bundled copy of ØMQ so that you do not have to install ØMQ separately on your system. This version combines:
ØMQ 2.1.11 — http://www.zeromq.org/
PyZMQ 2.1.11 — http://pypi.python.org/pypi/pyzmq/
On Linux and MacOS systems (but not on Windows or FreeBSD), the libuuid library code is also compiled in:
util-linux-ng 2.19 — http://mirror.anl.gov/pub/linux/utils/util-linux-ng/
PyZMQ is the official interface between Python and the ØMQ messaging library. The official distribution is called pyzmq on PyPI, and is maintained by Brian E. Granger.
This pyzmq-static distribution was created by Brandon Rhodes after he became frustrated with having to install both libuuid-dev and ZeroMQ itself on every machine where he then wanted to install pyzmq. It is now maintained by Evan Borgstrom.
Whether you use Linux or Windows, this package should download and compile with a quick pip install without requiring any dependencies beyond the normal tools for building Python extension modules at all (which are, specifically, the GNU C and C++ compilers for POSIX systems, and the free Microsoft Visual C++ 2008 Express for Windows machines).
Changelog
Copying
The “setup.py” and “get.sh” files that power this package are offered under the BSD license. They build a shared library that includes code from three different pieces of software. To use the resulting library, you must adhere to the licensing terms of all three projects, which are as follows:
The UUID routines from “util-linux-ng”: BSD
The “zeromq” source: LGPL
The “pyzmq” source: LGPL
So, okay, those are not very restrictive licensing terms. But still. See the source files themselves for more information. And thanks to Jeff Garbers for helping us get the package working on MacOS X; to Tyler Tarabula for the FreeBSD support; and to Benjamin RK for helping me rewrite setup.py when PyZMQ split from being one C extension to almost a dozen!
Development
The source of pyzmq-static lives at GitHub:
https://github.com/brandon-rhodes/pyzmq-static
You can report bugs and problems here:
https://github.com/brandon-rhodes/pyzmq-static/issues
The development tree is accompanied by a small get.sh shell script that re-fetches all of the original source distributions for ØMQ, pyzmq, and libuuid, and rebuilds the include and src directories using the original files. When new versions of these dependencies come out, I update the get.sh script, tweak the result until it compiles cleanly under Linux and Windows, and release a new version of pyzmq-static.
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.