Edouard@731: libraries = [('Python','py_ext.PythonLibrary'), Edouard@731: ('SVGUI','svgui.SVGUILibrary')] etisserant@10: Edouard@720: catalog = [ Edouard@721: ('canfestival', _('CANopen support'), _('Map located variables over CANopen'), 'canfestival.canfestival.RootClass'), Edouard@729: ('c_ext', _('C extention'), _('Add C code accessing located variables synchronously'), 'c_ext.CFile'), Edouard@728: ('py_ext', _('Python file'), _('Add Python code executed asynchronously'), 'py_ext.PythonFile'), Edouard@728: ('wxglade_hmi', _('WxGlade GUI'), _('Add a simple WxGlade based GUI.'), 'wxglade_hmi.WxGladeHMI'), Edouard@728: ('svgui', _('SVGUI'), _('Experimental web based HMI'), 'svgui.SVGUI')] etisserant@10: