feat(python): introduce dramsys Python package

Move all Python scripts out of the Trace Analyzer into a generic dramsys
package. To use the dramsys Python module in the Trace Analyzer, the user
is expected to install the package into a virtual environment together
with its dependencies.

The Python package also makes the follwing binaries available:
- dramsys_metrics
- dramsys_plots
- dramsys_tests
- dramsys_vcd_export
This commit is contained in:
2025-11-17 16:13:23 +01:00
parent d2b2558fc2
commit 2b51814441
16 changed files with 347 additions and 34 deletions

1
python/.python-version Normal file
View File

@@ -0,0 +1 @@
3.14