An open API service indexing awesome lists of open source software.

https://github.com/qustavo/libxlpy

A libxl python wrapper
https://github.com/qustavo/libxlpy

Last synced: 10 days ago
JSON representation

A libxl python wrapper

Awesome Lists containing this project

README

        

# LibXLPy:
A libxl python wrapper

# Building
_(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`

# Installation:
`python setup.py install`

# Dependencies:
* libxl

# Usage:
See tests under `./tests` folder.