LibraryOfCongress / bagit-python

Work with BagIt packages from Python.
http://libraryofcongress.github.io/bagit-python
216 stars 85 forks source link

Move from pkg resources to importlib #172

Closed kba closed 5 months ago

kba commented 7 months ago

Continuation of #170, adds a fallback to importlib_metadata for earlier versions.

Very much would appreciate a new release with thius, importing pkg_resources is expensive and setuptools will not be available at runtime by default in newer python versions.