flowbber.schema

Schema for the pipeline definition data structure.

Classes

  • TimedeltaValidator: Cerberus validator that allows to coerce a string to a positive integer as
class flowbber.schema.TimedeltaValidator(*args, **kwargs)

Cerberus validator that allows to coerce a string to a positive integer as a timedelta in seconds.

For this transformation the pytimeparse library is used.

Inheritance

Inheritance diagram of TimedeltaValidator