Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 998 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 998 Bytes

rippling-flux-dev-tools

A Python package with modules useful for local Flux app development.

Modules (flux_dev_tools)

The distribution name for this project is rippling-flux-dev-tools, which is how it is listed in PyPI. Once added as a dependency though, use the name flux_dev_tools as the import name.

server.flask

This contains a flask module which exports a Flask app that will make your flux_apps/ code available to Rippling servers for live debugging sessions.

The easiest way to use this is via the Flask CLI, which is likely to have integration with your IDE. With rippling.flux-sdk installed as a dependency, you can use --app flux_sdk.server.flask, which uses this flask app as the "app target".

python -m flask --app flux_dev_tools.server.flask run