generate_changelog.pipeline

pipeline#

Simple pipeline workflow processing.

Functions

import_function

Import a function from a dotted path.

noop_func

A function that does nothing when called.

pipeline_factory

Create a Pipeline from a list of actions specified by dictionaries.

Classes

Action

An action to perform in a pipeline.

Pipeline

A collection of actions to perform on an input.