Show HN: Pviz-parser – codebase parsing package for Python and TS/JS codebases Pviz-parser, a new open-source codebase parsing package, generates structured JSON bundles of dependency analysis for Python and TypeScript/JavaScript projects. The tool analyzes dependency graphs, detects cycles, and produces compressed artifacts designed to fit within LLM context windows for direct upload to AI assistants like Claude and ChatGPT. Generate LLM-optimized dependency analysis bundles from your codebase. pviz-parser analyzes your project's dependency graph and produces a structured JSON bundle designed to fit inside an LLM context window. Instead of pasting files one by one, you give your LLM a complete picture of how your codebase is wired — nodes, edges, import relationships, cycle detection, and per-file metrics — in a single compressed artifact. pip install pviz-parser pviz . -o bundle.json --clean That's it. Point pviz at your project root, specify an output path, and get a bundle ready to drop into Claude, ChatGPT, or any LLM that accepts file uploads or large context. pviz