ipython / ipyparallel

IPython Parallel: Interactive Parallel Computing in Python
https://ipyparallel.readthedocs.io/
Other
2.57k stars 1k forks source link

Entrypoints should be phased out #884

Open SnarkBoojum opened 2 months ago

SnarkBoojum commented 2 months ago

According to its homepage, entrypoints is in maintenance mode and code should move to importlib.metadata (standard library).

a-detiste commented 2 months ago

Most former users of entrypoints have already switched.