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
trafficstars

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

As in the previous pr, I am still in favor of restricting plugin names to only those that start with dashai. Otherwise, we are going to have a huge mess later.

pbadillatorrealba avatar Feb 20 '24 02:02 pbadillatorrealba

Fix the conflicts and we are ready to merge!

pbadillatorrealba avatar Mar 06 '24 00:03 pbadillatorrealba