Vincent Vande Vyvre <vincent.vande.vy...@telenet.be> writes:
> Le 14/10/17 à 15:59, Stefan Behnel a écrit :
> ...
> Thanks, I know Cython but the code is already in C.
>
> This is a lib released as a frontend.  Then usable only in command line.

This does not prevent the use of "Cython". In fact, one of
its use cases is the creation of bindings - a thin wrapper around
a C library to make it easily usable from Python.

An example is "lxml", a binding for the C library "libxml2".
Another one is "dm.xmlsec.binding", a binding for the C library
"libxmlsec".

-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to