A simple Python plugin engine to dynamically load modules.
- Discoverability for specific modules can be disabled.
- Filterable module discoverability.
- Optional recursive module discoverability.
- Loaded modules are debuggable in the application context.
Examples of integration can found in the source repository at: https://github.com/FluxIX/PyPluginEngine/Examples; they were written using PyDev (https://www.pydev.org/).