Before You Begin
Before proceeding, please make sure to follow these steps:
Feature Details
It's possible to configure both pip and uv to use multiple index urls to search/install packages. This can be done with the --extra-index-url option for example in pip/uv. LicenseCheck currently doesn't support this functionalty, and hence does not find all packages that we want to have checked.
Describe the solution you'd like
The pypi-api configuration option accepts a list of api endpoints
Describe alternatives you've considered
Current workaround is to use the api endpoint containing the most packages, and adding all packages that come from the other index to the ignore list. This is however clearly suboptimal.
Before You Begin
Before proceeding, please make sure to follow these steps:
to avoid duplicates.
before.
Feature Details
It's possible to configure both
pipanduvto use multiple index urls to search/install packages. This can be done with the--extra-index-urloption for example in pip/uv. LicenseCheck currently doesn't support this functionalty, and hence does not find all packages that we want to have checked.Describe the solution you'd like
The
pypi-apiconfiguration option accepts a list of api endpointsDescribe alternatives you've considered
Current workaround is to use the api endpoint containing the most packages, and adding all packages that come from the other index to the ignore list. This is however clearly suboptimal.