CodeGraph Homepage, Documentation and Downloads – Static Code Analyzer – Development details

CodeGraph is a static code analysis tool that uses your code structure to create a graph showing dependencies between code methods, modules, classes, etc. The main advantage of CodeGraph is that it does not execute the code itself. You don’t need to activate any environment or install dependencies to analyze object code. It is only based on lexical and syntactic parsing, so it doesn’t need to install all code dependencies.

Install

    pip install codegraph

analyze

codegraph is the name of the CodeGrapg command line tool

    codegraph /path/to/your_python_code
    # path must be absolute

    # or for one file

    codegraph /path/to/your_python_code

#CodeGraph #Homepage #Documentation #Downloads #Static #Code #Analyzer #Development details

發佈留言

發佈留言必須填寫的電子郵件地址不會公開。 必填欄位標示為 *