Light plugins are smaller faster-to-run plugins which is utilizing the VmmPy API. Light plugins are easy-to-construct and print its output to stdout (with Python print() function). They show up in sub ...
I have several functions where it is most natural to take Python lists as arguments, as opposed to Numpy arrays. In some cases it is not even possible to use Numpy arrays, because the arguments are ...