clearlydefined / service

The service side of clearlydefined.io
MIT License
45 stars 40 forks source link

Restrict PyPI coordinates name in PypiCoordinatesMapper #1065

Closed qtomlinson closed 6 months ago

qtomlinson commented 7 months ago

In PyPI, '/' is invalid in a package name (see https://peps.python.org/pep-0508/#names). Add a check to restrict the coordinates name prior to querying the PyPI API.