feat(cli): introduce tosa-converter-for-tflite CLI, tests, and docs
- Add
tosa_converter_for_tflite/cli.pyimplementing the new CLI entrypoint - Register CLI script in
setup.pyundertosa-converter-for-tflite - Add new test definitions in
tests/test_cli.hjsonand runner intests/test_cli.py - Add tests README in
tests/README.md - Configure pytest in
setup.cfg(testpaths, markers, python_files, norecursedirs) - Update
.pre-commit-config.yamlwithpytest-pre-commithook forpre_commitmarked tests - Extend project
README.mdwith CLI usage and streaming examples
Signed-off-by: Deeptanshu Sekhri deeptanshu.sekhri@arm.com