Visual editor for netrun flow configurations
Project description
netrun-ui
Visual editor for netrun flow configurations.
Installation
pip install netrun-ui
Usage
# Open native window (default)
netrun-ui
# Start server for browser access
netrun-ui --server
# Specify working directory
netrun-ui -C /path/to/project
# Custom port
netrun-ui --port 8080
Development Mode
If you have the source code and Node.js installed:
# Development mode with hot reload
netrun-ui --dev
# Development server mode (for browser)
netrun-ui --dev --server
Building from Source
- Clone the repository
- Install Node.js dependencies:
npm install - Install the package:
pip install -e .(this auto-builds the frontend)
CLI Options
netrun-ui [OPTIONS]
Options:
-s, --server Run in server mode (browser) instead of native window
-d, --dev Development mode: use Vite dev server (requires Node.js)
-p, --port PORT Backend server port (default: 8000)
--frontend-port PORT Frontend dev server port, only used with --dev (default: 5173)
-C, --working-dir DIR Working directory for file explorer (default: current directory)
--width WIDTH Window width in app mode (default: 1400)
--height HEIGHT Window height in app mode (default: 900)
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
netrun_ui-0.1.1.tar.gz
(111.0 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
netrun_ui-0.1.1-py3-none-any.whl
(170.4 kB
view details)
File details
Details for the file netrun_ui-0.1.1.tar.gz.
File metadata
- Download URL: netrun_ui-0.1.1.tar.gz
- Upload date:
- Size: 111.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2df9943632683d92233bcfa184bac53a71fcaa37e58ca96605d9fa76ea05708c
|
|
| MD5 |
051f7832da1ce0a59beccc8d0d3e186a
|
|
| BLAKE2b-256 |
df3b8c1772e522736f41e515dea8d7648df2744bfd6f52b2efae940d16c79f78
|
File details
Details for the file netrun_ui-0.1.1-py3-none-any.whl.
File metadata
- Download URL: netrun_ui-0.1.1-py3-none-any.whl
- Upload date:
- Size: 170.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7407d247be564fd667e5a625064ce5762fe0c990e49f9a77e47f7b126e3a9524
|
|
| MD5 |
ea2d6f9765763983c61bb5df03cb105c
|
|
| BLAKE2b-256 |
3a00890da836fdc1fb44daaee79434c61b37fa46cff24b342c3a93707315629c
|