mmcniece / pynmsg

Python extension module for libnmsg

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Python extension module for libnmsg

License:Apache License 2.0


Languages

Language:Python 100.0%