start_appΒΆ

This article describes how protoprimer can be used to start an application.

During this function, protoprimer:

  • Assumes venv is prepared.

  • Switches to the required python.

  • Starts custom client main function.

Specifically, it avoids populating the venv or downloading the required python version.

The case is indicated by EntryFunc.func_start_app (see entry_func).

See also boot_vs_start.