Hello all,
This week I started implementing python bindings. I spent a lot of time
documenting myself and comparing swig, ctypes and cython from a practical
point of view. I consider cython is most suitable.
So far I managed to generate bindings which makes the following python code
valid:
import monkey
s = monkey.Server(None, 8080, 0, 'htdocs/')
s.start()
s.stop()
This will start a server port 8080 from python.
Next week I plan to extend the python interface and cover examples from
library test suite.
Code: https://github.com/kaspersky/monkey/tree/ldpreload
Blog: http://kaspersky.github.io/blog/gsoc-week-7/
--
Regards,
Vladimir Cernov
_______________________________________________
Monkey mailing list
[email protected]
http://lists.monkey-project.com/listinfo/monkey