Skip to content

A Python package with modules for local Flux development and testing.

License

Notifications You must be signed in to change notification settings

Rippling/flux-dev-tools

Repository files navigation

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

About

A Python package with modules for local Flux development and testing.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages