Repository URL to install this package:
|
Version:
0.4.14.dev5+g72890c4 ▾
|
# -*- coding: utf-8 -*-
"""This module contains the metadata (and other) models that are used in the ``kiara_plugin.language_processing`` package.
Those models are convenience wrappers that make it easier for *kiara* to find, create, manage and version metadata -- but also
other type of models -- that is attached to data, as well as *kiara* modules.
Metadata models must be a sub-class of [kiara.metadata.MetadataModel][kiara.metadata.MetadataModel]. Other models usually
sub-class a pydantic BaseModel or implement custom base classes.
"""