Metadata-Version: 2.4
Name: codegraph-cli-ai
Version: 0.1.1
Summary: CLI tool to analyze codebases and visualize knowledge graphs using AST
Author: Aditya Jogdand
License: MIT
Keywords: code-analysis,ast,graph,cli,developer-tools
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: typer>=0.9.0
Requires-Dist: networkx>=3.0
Requires-Dist: pyvis>=0.3.2
