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 is a Python package that lets you create react-flow compatible workflow definitions from Python code.
$ pip install pyreactflow
Update the code blob in example.py
and run python example.py
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.
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.