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

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

Installation (requires Cython):
    
    easy_install numa

If Cython isn't installed, you can install it through package manager (preferred) or by running:

    easy_install cython

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

    yum install numactl-devel
