Metadata-Version: 2.4
Name: impactscan
Version: 1.0.0
Summary: Code Impact Analysis Platform
Author-email: ImpactScan <dev@impactscan.io>
License: MIT
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: typer>=0.9.0
Requires-Dist: rich>=13.0.0
Requires-Dist: fastapi>=0.104.0
Requires-Dist: uvicorn>=0.24.0
Requires-Dist: gitpython>=3.1.0
Requires-Dist: libcst>=1.1.0
Requires-Dist: tree-sitter>=0.20.0
Requires-Dist: tree-sitter-javascript>=0.20.0
Requires-Dist: tree-sitter-typescript>=0.20.0
Requires-Dist: networkx>=3.1
Requires-Dist: pydantic>=2.0.0

# ImpactScan

**ImpactScan** answers: *"If a developer changes this code, what other files, functions, APIs, and components could be affected?"*

## Installation

```bash
pip install impactscan
```

## Usage

Analyze the last commit's impact:

```bash
impact git-check
```

Launch the Web UI:

```bash
impact ui
```
