Metadata-Version: 2.4
Name: converge-cli
Version: 0.1.0
Summary: A Python-first repository intelligence and environment convergence platform.
Author-email: Converge Authors <authors@example.com>
Requires-Python: >=3.12
Requires-Dist: networkx>=3.0
Requires-Dist: pydantic>=2.0.0
Requires-Dist: rich>=13.0.0
Requires-Dist: sqlmodel>=0.0.16
Requires-Dist: typer>=0.12.0
Requires-Dist: uv>=0.1.0
Provides-Extra: dev
Requires-Dist: mypy>=1.9.0; extra == 'dev'
Requires-Dist: pytest>=8.0.0; extra == 'dev'
Requires-Dist: ruff>=0.3.0; extra == 'dev'
Description-Content-Type: text/markdown

# Converge

A Python-first repository intelligence and environment convergence platform. It scans a codebase, builds a graph of repositories, packages, modules, services, routes, environment dependencies, and external APIs, detects dependency and compatibility failures, and automatically iterates toward a working environment using deterministic resolution, validation, and repair loops.

## Installation

```bash
pip install -e .
```

## Usage

```bash
converge --help
```
