pyfilesystem2 icon indicating copy to clipboard operation
pyfilesystem2 copied to clipboard

migrate entrypoints handling to standard library importlib.metadata

Open eli-schwartz opened this issue 1 year ago • 3 comments

We wrap a couple different versions of the stdlib interface, and fall back to pkg_resources for compatibility with existing use cases on very old versions of python.

For python 3.8 and on, we make sure to completely avoid external dependencies, even backports.

Bug: https://github.com/PyFilesystem/pyfilesystem2/issues/577

eli-schwartz avatar Sep 16 '24 04:09 eli-schwartz