:tocdepth: 3 :py:mod:`gws.lib.metadata` ========================== .. py:module:: gws.lib.metadata **Source code:** :source:`gws.lib.metadata` Submodules ---------- .. toctree:: :titlesonly: :maxdepth: 1 core/index.rst inspire/index.rst Package Contents ---------------- .. py:function:: check(md: gws.Metadata) -> gws.Metadata .. py:function:: from_args(**kwargs) -> gws.Metadata .. py:function:: from_config(c: gws.Config) -> gws.Metadata .. py:function:: from_dict(d: dict) -> gws.Metadata .. py:function:: from_props(p: gws.Props) -> gws.Metadata .. py:function:: merge(*mds, extend_lists=False) -> gws.Metadata .. py:class:: Props(*args, **kwargs) Bases: :py:obj:`gws.Props` Object properties. .. py:attribute:: abstract :type: str .. py:attribute:: attribution :type: str .. py:attribute:: dateCreated :type: str .. py:attribute:: dateUpdated :type: str .. py:attribute:: keywords :type: list[str] .. py:attribute:: language :type: str .. py:attribute:: title :type: str .. py:function:: props(md: gws.Metadata) -> gws.Props .. py:function:: set_value(md: gws.Metadata, key: str, val) -> gws.Metadata