Google Summer of Code 2013 » History » Version 2
Christian Babeux, 03/08/2013 11:55 AM
| 1 | 1 | Christian Babeux | h1. Google Summer of Code 2013 |
|---|---|---|---|
| 2 | 2 | Christian Babeux | h2. Project Ideas |
| 3 | |||
| 4 | h2. Babeltrace python bindings |
||
| 5 | h3. Brief explanation: |
||
| 6 | |||
| 7 | Provide Python bindings to the Babeltrace APIs to provide a complete CTF reading/writting infrastructure to Python programmers. |
||
| 8 | |||
| 9 | Most of the public Babeltrace API is currently mapped using SWIG. However, a more “Pythonic” set of wrapper classes will make trace reading and writting more accessible than using the current native API. The production and interpretation of CTF traces in a high level language such as Python will ease the development of custom trace analysis solutions. It will also provide a convenient language in which to implement trace conversion plugins. |