Entrypoints:
-
The SciPy Ecosystem Should Use Custom Entrypoints More
| 4 min read | #SciPy, #entrypoints
Python library developers can declare custom
entry_pointsin their packages. This language feature is a good fit for “plugin discovery”, and it should be more widely used.