A libxl python wrapper
(Skip to Installation, if libxl headers and library are directly in your system search paths)
python setup.py build_ext --include-dirs /path/to/libxl/include_c --library-dirs /path/to/libxl/lib64
python setup.py install
- libxl
See tests under ./tests folder.