kiara plugin: core-types¶
This package contains a set of commonly used/useful modules, pipelines, types and metadata schemas for Kiara.
Description¶
Core data types for kiara.
Package content¶
data_types¶
-
integer
: An integer. -
float
: A float. -
date
: A date. -
list
: A list. -
kiara_model
: A model. -
kiara_model_list
: A model.
module_types¶
-
string.filters
: -- n/a -- -
load.kiara_model
: -- n/a -- -
load.kiara_model_list
: -- n/a -- -
logic.not
: Negates the input. -
logic.and
: Returns 'True' if both inputs are 'True'. -
logic.or
: Returns 'True' if one of the inputs is 'True'. -
date.extract_from_string
: Extract a date object from a string. -
date.check_range
: Check whether a date falls within a specified date range. -
list.contains
: Check whether an element is in a list. -
string.match_regex
: Match a string using a regular expression. -
string.replace
: Replace a string if it matches a key in a mapping dictionary.
kiara_model_types¶
-
kiara_model_schema_metadata
: File stats. -
kiara_model_list_metadata
: File stats.
operations¶
-
date.check_range
: Check whether a date falls within a specified date range. -
date.extract_from_string
: Extract a date object from a string. -
deserialize.kiara_model.as.python_object
: -- n/a -- -
list.contains
: Check whether an element is in a list. -
logic.and
: Returns 'True' if both inputs are 'True'. -
logic.nand
: Returns 'False' if both inputs are 'True'. -
logic.nor
: Returns 'True' if both inputs are 'False'. -
logic.not
: Negates the input. -
logic.or
: Returns 'True' if one of the inputs is 'True'. -
logic.xor
: Returns 'True' if exactly one of it's two inputs is 'True'. -
string_filter.tokens
: -- n/a --