You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Magika class in python will have a method that accepts a folder path and analyzes the folder contents. Additionally, there should be a recursive option that recursively analyzes nested folders, which is currently possible in the CLI.
Priority
This is medium priority since it doesn't add an entirely new feature (Magika can still be run on folders in the command line), but it does make Magika more useful when using it in a python file. This feature is more straightforward to implement because it only requires implementing existing CLI functionality in python, and our team is already familiar with python.