scooby icon indicating copy to clipboard operation
scooby copied to clipboard

Knowledge base

Open banesullivan opened this issue 5 years ago • 2 comments

What packages should be in the knowledge base?

Should we make it only for packages that do not have a __version__ attribute?

banesullivan avatar Jun 25 '19 19:06 banesullivan

I've removed any package that have a __version__ attribute and now Scooby will generally assume the version info is available under the __version__ attribute unless it is specified as something else in the VERSION_ATTRIBUTES dictionary under knowledge.py

We still need a more comprehensive list for VERSION_ATTRIBUTES though, so please suggest more!

banesullivan avatar Jun 26 '19 00:06 banesullivan

I recently implemented a way to make functions that could fetch the version from a library. This was needed for PyQt5

banesullivan avatar Jun 30 '19 01:06 banesullivan