Package peppy :: Package yapsy :: Module PluginManager :: Class PluginInfo
[frames] | no frames]

Class PluginInfo

object --+
         |
        PluginInfo
Known Subclasses:

Gather some info about a plugin such as its name, author, description...

Instance Methods
 
__init__(self, plugin_name, plugin_path)
Set the namle and path of the plugin as well as the default values for other usefull variables.
 
setVersion(self, vstring)
Set the version of the plugin.

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Properties

Inherited from object: __class__

Method Details

__init__(self, plugin_name, plugin_path)
(Constructor)

 

Set the namle and path of the plugin as well as the default values for other usefull variables.

Overrides: object.__init__

setVersion(self, vstring)

 

Set the version of the plugin.

Used by subclasses to provide different handling of the version number.