seperman / fast-autocomplete

Fast Autocomplete: When Elastcsearch suggestions are not fast and flexible enough
MIT License
272 stars 40 forks source link

License package metadata not available #22

Closed leonright closed 3 years ago

leonright commented 3 years ago

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.