Skip to content

ChristianGfK/libxlpy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A libxl python wrapper

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 74.1%
  • Python 25.9%