DashAI icon indicating copy to clipboard operation
DashAI copied to clipboard

Feat/pypi data retrieval

Open Lucas-CE opened this issue 1 year ago • 3 comments

Summary

Functions and tests implementation to pypi data retrieval.

  • Plugins list retrieved from pypi aren't in lower case.
  • Plugin names could start with DashAI or dashai -> get_plugins_from_pypi check if the name.lower() starts with dashai
  • JSON Request doesn't care if you use lowercase or uppercase.

Lucas-CE avatar Feb 14 '24 15:02 Lucas-CE