Skip to content

pwwang/pyppl_web

Repository files navigation

pyppl_web

Installation

pip install pyppl_web

Configurations

# The port used to connect
# The address will be http://localhost:<web_port>
# Use `auto` to automatically choose a port
web_port = DEFAULT_PORT
# Debug mode
web_debug = SOCKETIO_DEBUG
# Whether keep the server alive even when pipeline finishes
# True: keep it alive
# False: don't
# auto: Only keep it alive when there are clients connected
web_keepalive = DEFAULT_KEEPALIVE

Screenshorts

Pipeline

Pipeline

About

Web client to monitor pipeline processes for PyPPL

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published