This is pynmsg, a Python extension module implemented in
Cython for the nmsg
C library.
Building from a git checkout requires a C compiler, Python, Cython, and the
nmsg library to be installed first. Distribution tarballs ship with a copy of
the Cython-generated code and do not require Cython to actually be installed.
pynmsg is built by running setup.py:
python setup.py build