Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generate sequence diagram on Python source #89

Open
dw96 opened this issue Jul 8, 2022 · 1 comment
Open

Generate sequence diagram on Python source #89

dw96 opened this issue Jul 8, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@dw96
Copy link
Contributor

dw96 commented Jul 8, 2022

Programmatically generate sequence/flow diagram for Python source code.
Operating odin_server from control/ will produce Source_sequence.txt, which can produce a PNG image by feeding it into:
python -m plantuml Source_sequence.txt
Code available on branch: generate_python_code_sequence_diagram
Based on: https://stackoverflow.com/q/45238329/2903608

@dw96 dw96 added the enhancement New feature or request label Jul 8, 2022
@dw96 dw96 self-assigned this Jul 8, 2022
@dw96
Copy link
Contributor Author

dw96 commented Jul 12, 2022

If starting with a fresh Python venv, may have to manually patch plantuml:
https://github.com/dougn/python-plantuml/pull/9/files

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant