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 #News Fast Delivery

Leave a Comment

Your email address will not be published. Required fields are marked *