clearlydefined / service

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

Restrict PyPI coordinates name in PypiCoordinatesMapper #1064

Closed qtomlinson closed 4 months ago

qtomlinson commented 4 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.