This package is a fork of pyflowchart, originally developed by CDFMLR and licensed under the MIT License.
This fork extends the functionality to generate react-flow compatible workflow definitions.
PyReactFlow
PyReactFlow is a Python package that lets you create react-flow compatible workflow definitions from Python code.
Get PyFlowchart
$ pip install pyreactflow
Sample nodes/edges generation
Update the code blob in example.py and run python example.py
Testing
Whenever there is a change in nodes or export method, run pytest test_export.py to ensure that the change still works well with existing logics.
License
Copyright 2020-2023 CDFMLR. All rights reserved.
Licensed under the MIT License.
This fork is maintained by Maton, Inc. Additional modifications © 2025 Maton, Inc., also licensed under the MIT License.