Simulate json or beb model from the command line

This commit is contained in:
2026-07-24 16:30:31 +02:00
parent b09caa3475
commit 46b8dd8263
6 changed files with 328 additions and 41 deletions

View File

@@ -9,12 +9,14 @@ description = "A Bondgraph and block scheme simulator"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"matplotlib>=3.8,<4",
"msgpack>=1.0,<2",
"PySide6>=6.7,<7",
]
[project.scripts]
bedit-graphviz = "bedit_util.graphviz:main"
bedit-simulate = "bedit_util.simulate:main"
[project.optional-dependencies]
dev = [