This is needed for python bindings for the 4store triple store (http://github.com/wwaites/py4s)
Because 4store doesn't build a client library, the setup.py makes such a (shared) library and the actual bindings use ctypes. Works very well on e.g. OSX. Not so easy to install under Linux because setuptools insists on making a static archive.
|