So far, I made a standardized plugin development workflow using editable clones by fixing the source directory structure of the plugin repositories so that they could be dynamically added to
sys.path
, but for an arbitrary Python package, this approach doesn't scale.