Page MenuHomePhabricator

Consider using `pluginbase` for loading plugins
Closed, DeclinedPublic

Description

https://github.com/mitsuhiko/pluginbase is a general-purpose module for loading arbitrary python modules (plugins) at runtime.

Advantages are sandboxing and robustness.

What we have now works but it's a bare-minimum implementation and pluginbase seems really nice.

Event Timeline