python-microscopy / pyme-plugin

Template for making plug-ins for the Python-Microscopy Environment (PYME)
http://www.python-microscopy.org/
BSD 2-Clause "Simplified" License
3 stars 2 forks source link

Replace with a plugin factory?? #14

Open David-Baddeley opened 2 weeks ago

David-Baddeley commented 2 weeks ago

This hasn't kept up with the main repo, principally on fit factories and how stuff, and how it interacts with the PYME.config framework (using the nested directories and large numbers of text files per package, rather than the new single .yaml per package standard. It also has a few additional issues (needs manual edits to a lot of files). I've had a quick go at a replacement which auto-generates a plugin skeleton for a supplied package name, removing the need for a lot of the manual edits.

https://github.com/python-microscopy/python-microscopy/pull/1524

This could be worth considering as a replacement.

David-Baddeley commented 2 weeks ago

Currently PRed to the main repo, as it's a single file, and in many ways I'm not sure it makes sense to have a repo for a single file.