scooby
scooby copied to clipboard
Knowledge base
What packages should be in the knowledge base?
Should we make it only for packages that do not have a __version__
attribute?
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!
I recently implemented a way to make functions that could fetch the version from a library. This was needed for PyQt5