errbot.plugin_info module¶
-
class
errbot.plugin_info.PluginInfo(name: str, module: str, doc: str, core: bool, python_version: Tuple[int, int, int], errbot_minversion: Tuple[int, int, int], errbot_maxversion: Tuple[int, int, int], dependencies: List[str], location: pathlib.Path = None)[source]¶ Bases:
object-
__init__(name: str, module: str, doc: str, core: bool, python_version: Tuple[int, int, int], errbot_minversion: Tuple[int, int, int], errbot_maxversion: Tuple[int, int, int], dependencies: List[str], location: pathlib.Path = None) → None¶
-
location= None¶
-
Previous: errbot.logs module
|
Next: errbot.plugin_manager module