Skip to content Skip to sidebar Skip to footer
Showing posts with the label Plugins

Pluggable Python Program

I want to make a PyQt4 program that supports plugins. Basically I want the user to be able to write… Read more Pluggable Python Program

Should A Plugin Adding New Instance-methods Monkey-patch Or Subclass/mixin And Replace The Parent?

As a simple example take a class Polynomial class Polynomial(object): def __init__(self, coeff… Read more Should A Plugin Adding New Instance-methods Monkey-patch Or Subclass/mixin And Replace The Parent?

Running Pytest Tests Against Multiple Backends?

I've built a series of tests (using pytest) for a codebase interacting with the Github API (bot… Read more Running Pytest Tests Against Multiple Backends?

Creating Gimp Interface Plugins

So basically I'm looking for a way to write a GIMP plugin in Python that would create some addi… Read more Creating Gimp Interface Plugins

Nagiosplugin: How To Show Different Fmt_metric Based On The Value?

I'm writing a Nagios plugin that use xml output from sslyze to calculate SSL score based on Qua… Read more Nagiosplugin: How To Show Different Fmt_metric Based On The Value?