How to Analyze a Python project with Scanyp?

To perform the python source analysis, you have to analyze your root source folder. The analysis is done using this command line:

>scanyp.exe --input C:\work\MySourceFolder --identifier MyProject
>./scanyp --input /home/myuser/mysourcefolder --identifier MyProject

The --identifier switch is mandatory to define the project key, The scanyp agent will get from the scanyp server the configuration of this specific key if it's found, else a default configuration will be created in the server and it will be used by the scanyp agent for the analysis.

>./analyze.sh  /home/myuser/compile_commands.json --identifier MyProject
>./analyze.sh  /home/myuser/compile_commands.json --identifier MyProject