cosmic-ray icon indicating copy to clipboard operation
cosmic-ray copied to clipboard

Consider using a namespace package approach for operator plugins

Open abingham opened this issue 7 years ago • 0 comments

For operator plugins we currently have a notion of "operator providers" since enumerating all of the operators with entry-points would be tedious (perhaps not even possible...some are dynamically generated). This extra level of indirection is a bit confusing/non-obvious, though, so perhaps we should use an extensible namespace package for operators. It's certainly not critical, but worth a thought.

abingham avatar Feb 20 '19 10:02 abingham