Is your feature request related to a problem? Please describe.
With setuptools' pkg_resources being deprecated, some are looking for replacement solutions.
Describe the solution you'd like
It would be nice if distlib offered an alternative to pkg_resources.require().
Describe alternatives you've considered
The next best thing right now is probably a mix of importlib.metadata and packaging, but as far as I understood it does not get all the way there.
Additional context
CC: @smheidrich
Is your feature request related to a problem? Please describe.
With setuptools'
pkg_resourcesbeing deprecated, some are looking for replacement solutions.Describe the solution you'd like
It would be nice if
distliboffered an alternative topkg_resources.require().Describe alternatives you've considered
The next best thing right now is probably a mix of
importlib.metadataandpackaging, but as far as I understood it does not get all the way there.Additional context
CC: @smheidrich