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

Rate limit requests to PyPI #101

Closed pilosus closed 2 years ago

pilosus commented 2 years ago

When having a huge list of dependencies, it's not nice to send requests to pypi.org in parallel. We need to respect PyPI JSON API policies