coherence.extern.simple_plugin (module)¶
Simple Plugin¶
Real simple plugin system meant as a replacement when setuptools/pkg_resources are not available.
-
class
Reception
(plugin_path=None, log=None)[source]¶ Bases:
object
Singleton class which holds information about known plugins.
Currently a singleton, and even a class, seems to be overkill for this, but maybe we’ll add some more functionality later.
Initializes the class and checks in if a path is provided.
-
_instance_
= None¶
-