DashAI
DashAI copied to clipboard
Feat/pypi data retrieval
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.
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.
Fix the conflicts and we are ready to merge!