.. _f-makemlapp: module ``cli.make_ml_app`` ========================== Short summary +++++++++++++ module ``lightmlrestapi.cli.make_ml_app`` Creates and runs an Falcon application. :githublink:`%|py|5` Functions +++++++++ +--------------------------------------------------------------------------+----------------------------------------------------------------------------------+ | function | truncated documentation | +==========================================================================+==================================================================================+ | :func:`_get_app ` | Get application. | +--------------------------------------------------------------------------+----------------------------------------------------------------------------------+ | :func:`start_mlrestapi ` | Creates an :epkg:`falcon` application and runs it through a :epkg:`wsgi` server. | +--------------------------------------------------------------------------+----------------------------------------------------------------------------------+ Documentation +++++++++++++ .. automodule:: lightmlrestapi.cli.make_ml_app :members: :special-members: __init__ :show-inheritance: