papermill icon indicating copy to clipboard operation
papermill copied to clipboard

Switch from entrypoints to importlib.metadata

Open s-t-e-v-e-n-k opened this issue 3 months ago • 0 comments

Since the minimum Python version supported now directly supports querying entry points using the standard library, write a wrapper around to support both upstream APIs, and make use of it, rather than the external entrypoints package.

s-t-e-v-e-n-k avatar Apr 11 '24 03:04 s-t-e-v-e-n-k