Designing a Plugin System
Here is a little research that I did on finding how others did a plugin system.
This article - Designing a JavaScript Plugin System goes through and explains a simple plugin architecture that could be used in any system -- JavaScript, Python, or whatever.
Plugins are a common feature of libraries and …