Yapsy
A fat-free DIY Python plugin management toolkit.
A simple framework for plugin system development with as few dependencies as possible. It is designed to offer a set of very lean classes (plugin managers and plugin interfaces) which can easily be customised by decoration or inheritance.
Yapsy v1.x supports Python2 and Python3. Its source package contains versions of the sources for both pythons.
Yapsy v2+ supports Python 3 and it's development happens now on https://github.com/tibonihoo/yapsy/
Usage samples, advices and developer's...