Metadata-Version: 2.4
Name: langflow-viz
Version: 0.1.3
Summary: Elegant visualizer and analyzer for LangGraph-like workflow graphs
Project-URL: Homepage, https://github.com/Sarjak369/langflow-viz
Project-URL: Repository, https://github.com/Sarjak369/langflow-viz
Author: Sarjak Maniar
License: MIT
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# 🌀 LangFlow-Viz

**LangFlow-Viz** is a lightweight and elegant **workflow visualizer and analyzer** designed for LangGraph-like AI workflows.  
It helps developers, researchers, and engineers visually inspect and analyze agentic or state-based workflow graphs — generating **Mermaid, Graphviz, and HTML** visual outputs instantly.

---

## ✨ Features

- 🧠 **Graph Construction:** Build directed workflow graphs programmatically
- 🎨 **Visual Rendering:** Export to PNG, SVG, Mermaid, or interactive HTML
- 🔍 **Graph Analysis:** Detect cycles, find dead-ends, and measure path depth
- ⚙️ **Custom Styling:** Easily theme nodes, edges, and conditional branches
- 📦 **Lightweight:** No external dependencies beyond `graphviz`

---

## 📦 Installation

pip install langflow-viz
