Be able to grep for package names so that I could do scooby django-* and get a list of all the django-* packages like django-allauth, etc. This would be analogous to pip list | grep django-
Have scooby execute a Python script/command with tracked imports. This might look like scooby --track foo.py which would use tracking features to output a tracked report after completion.
Wishlist for improvements / extensions of the CLI (copied over from https://github.com/banesullivan/scooby/pull/86#issuecomment-1200362012)
scooby django-*
and get a list of all thedjango-*
packages likedjango-allauth
, etc. This would be analogous topip list | grep django-
scooby --track foo.py
which would use tracking features to output a tracked report after completion.