79693805

Date: 2025-07-08 07:14:51
Score: 0.5
Natty:
Report link

You could use tomllib to parse the file/text if you have access to it.

Or if the python package is already installed you can simply use importlib to get them:

from importlib import metadata

metadata.metadata("my_package_name").get_all("Project-URL")
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: scr