mex.extractors.kvis.models package

Submodules

mex.extractors.kvis.models.table_models module

class mex.extractors.kvis.models.table_models.KVISFieldValues(*, FieldValueListName: str, FieldValue: str, FieldValueLongText: str)

Bases: BaseModel

Model class for KVIS FieldValues Table rows.

field_value: str
field_value_list_name: str
field_value_long_text: str
model_config = {'extra': 'ignore', 'populate_by_name': True, 'str_max_length': 100000, 'str_min_length': 1, 'str_strip_whitespace': True, 'use_enum_values': True, 'validate_assignment': True, 'validate_by_alias': True, 'validate_by_name': True, 'validate_default': True}

Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].

class mex.extractors.kvis.models.table_models.KVISVariables(*, FileType: str, DatatypeDescription: str, FieldDescription: str, FieldNameShort: str, FieldNameLong: str, FVListName: str | None)

Bases: BaseModel

Model class for KVIS Variables Table rows.

datatype_description: str
field_description: str
field_name_long: str
field_name_short: str
file_type: str
fvlist_name: str | None
model_config = {'extra': 'ignore', 'populate_by_name': True, 'str_max_length': 100000, 'str_min_length': 1, 'str_strip_whitespace': True, 'use_enum_values': True, 'validate_assignment': True, 'validate_by_alias': True, 'validate_by_name': True, 'validate_default': True}

Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].

Module contents