Funix 0.4.3
0.4.3 (2023-07-03)
Highlights
Just because kumo
requires the get_flask_application
method, upload version 0.4.3.
- Support pre-fill: the output of a function will be used as an input parameter to another function and bound to the session. You can read and try the
pre_fill.py
instance in the examples folder; - You can now export the Flask app for funix via
from funix import get_flask_application
, which is convenient for you to modify externally.