I'm interested in wrapping (parts of) libxml2 with ctypes.
Not because I have a use case for it right now, but because I need a
larger project to drive ctypes to the limit, and to get more experience
with it.
As I understand it, there are already Python bindings using pyrex to
parts of libxml - it would also be very interesting to compare the speed
of the pyrex bindings to ctypes bindings.
So I'm interested in answers to these questions:
Are the bindings stable?
Is the python api documented?
Are there unittests, and what do they cover?
Thanks,
Thomas