pydmt.core package¶
Submodules¶
pydmt.core.cache module¶
pydmt.core.graph module¶
pydmt.core.pydmt module¶
- class pydmt.core.pydmt.PyDMT[source]¶
Bases:
object
- build_all() BuildProcessStats [source]¶
Build all the targets, very high level method TODO: order builders by depenencies and do this multi-core :return: statistics about the build
- build_by_builder(builder: Builder, stats: BuildProcessStats)[source]¶
run one builder, return statistics about the run
- build_by_target(target: str, stats: BuildProcessStats) None [source]¶
- build_by_targets(targets: List[str], stats: BuildProcessStats) None [source]¶