Analyze Python projects
To perform the python source analysis, you have to analyze your root source folder.The analysis is done using this command line:
Windows:
>ScanypAnalyzer.exe C:\work\MySourceFolder --identifier MyProject
Linux/Mac:
>./analyze.sh /home/myuser/mysourcefolder --identifier MyProject
The --identifier switch is mandatory to define the project key, ScanypAnalyzer will get from the ScanypServer 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 ScanypAnalyzer for the analysis.