What is CAT Python module?
I want to try CAT, but - what actually is CAT Python module?
We provide a justcatit package. It contains one module, named cat.
https://pypi.org/project/justcatit/
The goal of this CAT client tool is to support our users whose primary development or scripting environment is Python. You can use all CAT features without leaving your Python development environment. There is no dependency on other CAT client tools (you don’t need to learn or use PowerShell at all).
The module allows you to interact with CAT directly from you code, using functions like open_project, invoke_tests etc., and work with the results
directly from Python, without a need to parse CAT outputs first.
Use CAT seamlessly from your Python code