A lightweight framework for flow-based programming in python.
Project description
flowpipe-editor
QT Editor for the flowpipe framework based on NodeGraphQt.
NOTE: In it's current state the Widget is a visualizer only not an editor.
Example
from flowpipe import Graph
from flowpipe_editor.flowpipe_editor_widget import FlowpipeEditorWidget
graph = Graph(name="Rendering")
# ... create nodes and append to graph ...
window = QtWidgets.QWidget()
flowpipe_editor_widget = FlowpipeEditorWidget(parent=parentWidget)
flowpipe_editor_widget.load_graph(graph)
# .. add widget to window
Requirements
The requirements can be installed via pip.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
flowpipe_editor-1.0.4.tar.gz
(326.8 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file flowpipe_editor-1.0.4.tar.gz.
File metadata
- Download URL: flowpipe_editor-1.0.4.tar.gz
- Upload date:
- Size: 326.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.3 CPython/3.13.5 Linux/6.11.0-1018-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
127572f680bbde4816b0cb1816bf570d925f037c203e6610b0365bc8c6485447
|
|
| MD5 |
00fba352ea58593e43f747a0cb880ce4
|
|
| BLAKE2b-256 |
b104cb2cb9804ca2aa92239468bc5a2f7d6974cbded3dc1c5b7d6cc149f22bba
|
File details
Details for the file flowpipe_editor-1.0.4-py3-none-any.whl.
File metadata
- Download URL: flowpipe_editor-1.0.4-py3-none-any.whl
- Upload date:
- Size: 330.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.3 CPython/3.13.5 Linux/6.11.0-1018-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1e67540856100fc83480bd1582365eeba20f02cfa6c4da69d279c95365d52428
|
|
| MD5 |
f4f45b02e6850e59e0f112712ddf0876
|
|
| BLAKE2b-256 |
c3ba214733ede8553c65e48efc21f4f4dfd6b205933ead45022f4aad47f5ba4c
|