Metadata-Version: 2.3
Name: flowpipe_editor
Version: 0.0.0
Summary: A lightweight framework for flow-based programming in python.
License: MIT
Author: Jonas Sorgenfrei
Author-email: jonas_sorgenfrei@yahoo.de
Requires-Python: >=3.9
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.8
Requires-Dist: ascii-canvas (>=2.0.0)
Project-URL: Repository, https://github.com/jonassorgenfrei/flowpipe-editor
Description-Content-Type: text/markdown

# flowpipe-editor
QT Editor for the flowpipe framework based on NodeGraphQt.

![flowpipe-editor](docs/img/flowpipe-editor.png)

## Requirements
The requirements can be installed via pip.

* [flowpipe](https://github.com/PaulSchweizer/flowpipe) 
* [NodeGraphQT](https://github.com/jchanvfx/NodeGraphQt)

