pilosus / pip-license-checker

Check license types for third-party dependencies: permissive, copyleft, proprietory, etc.
https://blog.pilosus.org/posts/2021/09/07/pip-license-checker/
Other
67 stars 3 forks source link

Allow custom host for PyPI mirrors #102

Open pilosus opened 2 years ago

pilosus commented 2 years ago

PyPI URL is hardcoded in the checker's code. Given that people may be using PyPI mirrors, we need a CLI option to pass in a custom URL for JSON API

pilosus commented 1 year ago

It seems that no major Python repo servers support neither Warehouse JSON API, nor Simple API with JSON response as per PEP 691:

  1. Sonatype Nexus - feature request
  2. JFrog Artifactory - feature request
  3. devpi - feature request