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

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?

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?

Plugin Architecture - Plugin Manager Vs Inspecting From Plugins Import *

I'm currently writing an application which allows the user to extend it via a 'plugin' … Read more Plugin Architecture - Plugin Manager Vs Inspecting From Plugins Import *

Gimp: Start Script Without Image

Well, I'm trying to write a python plug-in for Gimp, but it wont start without first loading an… Read more Gimp: Start Script Without Image

Plugin Manager In Python

I am relatively new to python (already did some 1h scripts like a little webserver or a local netwo… Read more Plugin Manager In Python

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?