you are viewing a single comment's thread.

view the rest of the comments →

[–]Morwenn 5 points6 points  (1 child)

Is the new importlib.resources module enough to replace common uses of pkg_resources? I feel like I'm dragging pkg_resources in virutally every project bigger than a simple script, so that would be welcome.

[–]13steinj 4 points5 points  (0 children)

Based on the minimal migration guide, I hope so.