cellpy
cellpy copied to clipboard
plugin-architecture-loaders
The goal is to implement a simple plugin architecture.
- [x] method for searching and querying for instrument loaders that already are a part of "official"
cellpy - [ ] method for searching and querying for external instrument loaders that have been installed with entry-point
After some initial tests and thinking, it seems like cellpy should use the factory-pattern for handling the different loaders. So - a more correct order of things would be:
- implement
factory-pattern. - add
plug-insolution.