Python Interface to numa(3) Linux library
=========================================

API docs available at: http://smira.github.com/py-numa/

Installation:

    easy_install numa

Support both PyPy runtime (via ctypes) and CPython (via Cython module).

libnuma development package is required for building, on CentOS please do:

    yum install numactl-devel
