Skip to content

Add `--enable-python-bindings` and `--enable-python-plugins` configure flags

Simon Marchi requested to merge simark/babeltrace2:python into main
  • Python bindings support allows to drive babeltrace2 from a Python script (i.e. do import bt2 and use it build a graph / read traces)
  • Python plugins support allows loading component classes implemented in Python

Merge request reports