Meta information manager.
- author: Brigitte Bigi
- organization: Laboratoire Parole et Langage, Aix-en-Provence, France
- contact: contact@sppas.org
- license: GPL, v3
- copyright: Copyright (C) 2011-2019 Brigitte Bigi
Meta-information is a sorted collection of pairs (key, value) where value is a tuple with first argument of type boolean to indicate the state of the key: enabled/disabled.
Manage meta information of type (key,value). Allows to enable/disable each one. Keys are unicode strings, and values can be of any type.
Example
>>> m = sppasMetaInfo()
>>> m.add_metainfo('author', 'Brigitte Bigi')
>>> m.add_metainfo('version', (1,8,2))