You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Having a plugin system would allow for projects like @malin-horstmann's https://github.com/malin-horstmann/pyhf_pymc to automatically extend the pyhf API by just being installed in the same Python virtual environment as pyhf. This would also allow for the pyhf core API to exist without having to maintain lots of other extensions inside of https://github.com/scikit-hep/pyhf/ and then allow other developers to move more quickly on their own ideas.
Summary
Having a plugin system would allow for projects like @malin-horstmann's https://github.com/malin-horstmann/pyhf_pymc to automatically extend the
pyhf
API by just being installed in the same Python virtual environment aspyhf
. This would also allow for thepyhf
core API to exist without having to maintain lots of other extensions inside of https://github.com/scikit-hep/pyhf/ and then allow other developers to move more quickly on their own ideas.I don't know how to create a plugin system, but https://hatch.pypa.io/latest/plugins/about/ looks like a good place to start. @kratsg if you've already got experience here please let me know.
Additional Information
N/A
Code of Conduct
The text was updated successfully, but these errors were encountered: