python / importlib_metadata

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

add typing for simple functions #460

Closed Gryfenfer97 closed 1 year ago

Gryfenfer97 commented 1 year ago

I just added typing to simple functions in __init__.py based on the stub file of importlib.metadata

jaraco commented 1 year ago

Looks great. Thanks for the contrib!