/pynmsg

Python extension module for libnmsg

Primary LanguagePythonApache License 2.0Apache-2.0

pynmsg

This is pynmsg, a Python extension module implemented in Cython for the nmsg C library.

Building

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