Re: [Shinken-devel] Design study for Python based plugins published

2011-02-04 Thread Hartmut Goebel
Am 03.02.2011 12:21, schrieb Grégory Starck: > > and we would put the plugins you already wrote in shinken/plugins/ thus ? > I'm in a hurry, so just very short: My untested Idea is to put plugins into namespace packages below shinken.plugin. One for each plugin. This would allow to bundle then in

Re: [Shinken-devel] Design study for Python based plugins published

2011-02-03 Thread Grégory Starck
2011/2/2 Hartmut Goebel > Hi, > > I wrote a design study for Python based plugins, see > . This is only a > design study for the interface, I do not intent to develop plugins there > :-) > > It differs from what Alberic published, as I use class

Re: [Shinken-devel] Design study for Python based plugins published

2011-02-03 Thread nap
On Wed, Feb 2, 2011 at 6:53 PM, Hartmut Goebel wrote: > Hi, > > Hi, > I wrote a design study for Python based plugins, see > . This is only a > design study for the interface, I do not intent to develop plugins there > :-) > > It differs from w

[Shinken-devel] Design study for Python based plugins published

2011-02-02 Thread Hartmut Goebel
Hi, I wrote a design study for Python based plugins, see . This is only a design study for the interface, I do not intent to develop plugins there :-) It differs from what Alberic published, as I use classes (instead of decorated functions) and