deirokay.history_template

Set of functions and classes related to gathering of past validation logs from a given directory and assembling them as pandas Series.

Functions

get_series

Construct a traversable object tree based on past validation logs.

series_from_fs

List log files as FileSystem objects for a given Validation Document.

Classes

DocumentNode

Node at Document root level.

ItemNode

Node at Item level.

NullCallableNode

Dummy node which returns nothing.

StatementNode

Node at Statement level.