PyF.Componentized¶
pyf.componentized permits to build data networks described in xml files, embeding python code or references to plugins.
Plugins are basically instances of pyf.componentized.Component that have a “name” attribute and are mapped to a pyf.components.xxx setuptools entry point.
For a quick overview, see the componentized tutorial.