TIL: Python package metadata has at least 4 different representations
https://yossarian.net/til/post/python-package-metadata-has-at-least-4-different-representations/
TIL: Python package metadata has at least 4 different representations
https://yossarian.net/til/post/python-package-metadata-has-at-least-4-different-representations/
@yossarian Don't forget the JSON representation specified in https://peps.python.org/pep-0566/ that we should probably work towards using instead of `PKG-INFO`/`METADATA`.
@brettcannon updated, thanks!