qualia_core.deployment.toolchain.Eclipse module

class qualia_core.deployment.toolchain.Eclipse.Eclipse(eclipse_bin: Path, size_bin: Path, upload_bin: Path, projectname: str, projectdir: Path, outdir: Path, buildtype: str = 'Release')[source]

Bases: Deployer

abstract prepare(tag: str, model: Converter[Any], optimize: str, compression: int) Self | None[source]
deploy(tag: str) Deploy | None[source]