fastiot.cli.commands.build_lib module

Commands to compile the project library

class fastiot.cli.commands.build_lib.BuildLibStyles(value)[source]

An enumeration.

all = 'all'
compiled = 'compiled'
wheel = 'wheel'
sdist = 'sdist'
fastiot.cli.commands.build_lib.build_lib(build_style=<typer.models.ArgumentInfo object>, noupdate=<typer.models.OptionInfo object>)[source]

Compile the project library according to the project configuration.

fastiot.cli.commands.build_lib.update_pyproject_toml(build_system=None)[source]
fastiot.cli.commands.build_lib.read_requirements()[source]