{"library":"staticfg","type":"library","category":null,"description":"StaticFG is a Python library (current version 0.9.5) designed to generate control flow graphs (CFGs) for Python 3 programs. It parses Python source code, builds an Abstract Syntax Tree (AST), and then transforms it into a CFG, which can be visualized using Graphviz. The project is actively maintained with a moderate release cadence.","language":"python","status":"active","version":"0.9.5","tags":["static analysis","control flow graph","AST","code analysis","visualization"],"install":[{"cmd":"pip install staticfg","imports":["from staticfg import CFGBuilder","from staticfg.cfg import CFG"]},{"cmd":"pip install graphviz","imports":[]}],"homepage":null,"github":"https://github.com/coetaur0/staticfg","docs":null,"changelog":null,"pypi":"https://pypi.org/project/staticfg/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"3.10–3.9","success_rate":100,"avg_install_s":1.6,"avg_import_s":0.11,"wheel_type":"wheel"},"url":"https://checklist.day/v1/registry/staticfg/compatibility"},"provenance":{"verified_status":"passing","verified_at":"Sun Jun 28","last_verified":"Sun Jun 28","next_check":"Tue Jul 28","install_tag":null}}