Closed as not planned
Description
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
- https://setuptools.pypa.io/en/latest/pkg_resources.html#basic-workingset-methods
- Solution to check if a requirement is met without pkg_resources packaging-problems#664
- [WIP] Add guide on how to handle missing extras at runtime packaging.python.org#1606
- No package inspection routines outside pkg_resources packaging-problems#317
CC: @smheidrich
Metadata
Metadata
Assignees
Labels
No labels