fastiot.cli.commands.nuitka_compile module

Command to compile services and packages with Nuitka

fastiot.cli.commands.nuitka_compile.nuitka_compile(package_name=<typer.models.ArgumentInfo object>, src_dir=<typer.models.OptionInfo object>, out_dir=<typer.models.OptionInfo object>, install_nuitka=<typer.models.OptionInfo object>)[source]

Compiles the selected path as .so file using nuitka. Please make sure to have Nuitka installed as this is an optional dependency.