python / importlib_metadata

Library to access metadata for Python packages
https://importlib-metadata.readthedocs.io
Apache License 2.0
123 stars 80 forks source link

Simplify compatibility wrappers #408

Closed jaraco closed 1 year ago

jaraco commented 1 year ago

These changes limit the complexity of the compatibility wrappers and make it easier to reason about how to remove them when appropriate.

jaraco commented 1 year ago

@abravalheri Would you mind reviewing this change? In particular, does the lack of replacing the EntryPoint object have compatibility concerns that you'd intentionally addressed?