generated from ImperialCollegeLondon/pip-tools-template
-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
featureAdding a new functionality, small or largeAdding a new functionality, small or large
Description
I see. Using the injection/hook system is reasonable. We can also explore adding support for a plugin system using
importlib.metadata.entry_points.
About this particular PR, I recommend first pinning down the approach that we want to use, then figure out the logistics.
Originally posted by @cheginit in #425 (comment)
Some formal way to extend/replace existing functions within graph functions (e.g., change the behaviour of evaluate_design in pipe_by_pipe). Current method is to just make the functions attributes of the graph function, and then these can be extended by the user in their own custom graph function - but this could be better supported by SWMManywhere.
Metadata
Metadata
Assignees
Labels
featureAdding a new functionality, small or largeAdding a new functionality, small or large