Problem
Currently installing magika also installs a cli and dependencies. When using magika as a library, these are not needed.
Proposal
Provide a core package that allows only installing the library, example pip install "magika[core]". This can be done through the pyproject.toml.