Yapsy - a lightweight plugin framework for Python.
Rudolf Hoefler, IMBA
Friday, 9 August 2013, 12:30pm, GMI Orange Seminar Room (room 9.36)
For software projects it is often convenient to implement certain functionality as plugins (e.g. ImageJ) to avoid re-installation of the whole package. Yapsy (Yet Another Plugin System) provides such a framework for Python. Developers focused on simplicity i.e. no dependencies except the standard library. It provides various classes for plugin management that can be easily extended.