Hi, we have a small automated tool for verifying installed dependencies licenses (to make sure we can use them in our project) and fast-autocomplete does not provide license metadata (official docs), meaning we have to utilize GitHub API to retrieve it.
We added it to setup.py and would appreciate if you could have a look at the PR.
Hi, we have a small automated tool for verifying installed dependencies licenses (to make sure we can use them in our project) and
fast-autocomplete
does not provide license metadata (official docs), meaning we have to utilize GitHub API to retrieve it.We added it to
setup.py
and would appreciate if you could have a look at the PR.Thank you for your time.