Skip to content

Python Bindings

Ben Baker edited this page Jul 13, 2018 · 17 revisions

Python

Python3 bindings are being crafted to interface to the xcloc library. Unless the library path is explicitly specified then it is important to understand that Python will scrape the system's load library path, LD_LIBRARY_PATH in attempt to find the xcloc shared library. After the library is obtained a ctypes interface is used to access xcloc.

Clone this wiki locally