Fetchcode should be able to fetch purls API design will look like this ``` >>> from fetchcode import fetch >>> resp = fetch("pkg:pypi/requests@2.31.0") ```