loki.batch

Batch processing abstraction for processing large source trees with Loki.

This sub-package provides the Scheduler class that allows Loki transformations to be applied over large source trees. For this it provides the basic Transformation and Pipeline classes that provide the core interfaces for batch processing, as well as the configuration utilities for large call tree traversals.

Modules

configure

item

pipeline

scheduler

sfilter

sgraph

transformation

Base class definition for Transformation pipelines.