cosmic-ray
cosmic-ray copied to clipboard
Consider using a namespace package approach for operator plugins
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.