Class references

detectem.plugin module

interface detectem.plugin.IPlugin[source]
homepage = <zope.interface.interface.Attribute object at 0x7f65c4d8b950 detectem.plugin.IPlugin.homepage>

Plugin homepage.

matchers = <zope.interface.interface.Attribute object at 0x7f65c4d11c10 detectem.plugin.IPlugin.matchers>

List of matchers

name = <zope.interface.interface.Attribute object at 0x7f65c4d8b350 detectem.plugin.IPlugin.name>

Name to identify the plugin.

tags = <zope.interface.interface.Attribute object at 0x7f65c4d11dd0 detectem.plugin.IPlugin.tags>

Tags to categorize plugins

class detectem.plugin.Plugin[source]

Bases: object

Class used by normal plugins. It implements IPlugin.

class detectem.plugin.GenericPlugin[source]

Bases: detectem.plugin.Plugin

Class used by generic plugins.

detectem.plugin.generic module

class detectem.plugins.generic.WordpressGenericPlugin(*args, **kwargs)[source]

Bases: detectem.plugin.GenericPlugin