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
- Host: GitHub
- URL: https://github.com/qustavo/libxlpy
- Owner: qustavo
- Created: 2013-10-26T15:07:21.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-03-20T23:15:03.000Z (about 11 years ago)
- Last Synced: 2025-04-10T05:14:57.711Z (12 days ago)
- Language: C
- Size: 445 KB
- Stars: 7
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.