Metadata-Version: 2.4
Name: pyreactflow
Version: 0.1.2
Summary: Python codes to react-flow compatible workflow definitions.
Author-email: "Maton, Inc." <byungkyu@maton.ai>
License: MIT License
        
        Copyright (c) 2020 CDFMLR
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
Project-URL: Homepage, https://github.com/maton-ai/pyreactflow
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Code Generators
Classifier: Topic :: Utilities
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: astunparse
Requires-Dist: chardet
Dynamic: license-file

This package is a fork of [pyflowchart](https://github.com/cdfmlr/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

```sh
$ 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.
