The Plugin Management System

Todo

This part will come in with the full description of the plugin system in the next PR. -J.C. 05/07/19

exception vivarium.framework.plugins.PluginConfigurationError[source]

Error raised when plugin configuration is incorrectly specified.

class vivarium.framework.plugins.PluginManager(plugin_configuration=None)[source]
get_plugin(name)[source]
get_plugin_interface(name)[source]
get_core_controllers()[source]
get_core_interfaces()[source]
get_optional_controllers()[source]
get_optional_interfaces()[source]