Please enable JavaScript in your browser!
首頁
探索
說明
登入
simon
/
SCCD
關註
2
讚好
2
複刻
3
檔案
問題管理
28
合併請求
0
Wiki
目錄樹:
2c4aba04c2
分支列表
標籤列表
joeri
master
unstable
v0.9
SCCD
/
README.md
README.md
667 B
文件歷史
原始文件
Statecharts and Class Diagram Compiler
Dependencies
Mandatory
CPython >= 3.6 or PyPy >= 7.3.0 (Compatible with Python 3.6)
The following packages from PyPi:
lark-parser
for parsing state references and action code
lxml
for parsing the SCCD XML input format
termcolor
for colored terminal output
dataclasses
(not needed for Python >= 3.7)
Optional
state-machine-cat
to render statecharts as SVG images. Runs on NodeJS, installable from NPM.