Metadata-Version: 2.4
Name: cognigraph
Version: 0.15.1
Summary: DEPRECATED — CogniGraph has been renamed to Graqle. Install 'graqle' instead: pip install graqle
Project-URL: Homepage, https://graqle.com
Project-URL: Repository, https://github.com/quantamixsol/graqle
Author-email: Harish Kumar <harish.kumar@quantamixsolutions.com>
License-Expression: Apache-2.0
Requires-Python: >=3.10
Requires-Dist: graqle>=0.16.0
Description-Content-Type: text/markdown

# cognigraph is now graqle

**CogniGraph has been renamed to [Graqle](https://graqle.com).**

## Migrate

```bash
pip uninstall cognigraph
pip install graqle
```

## What changed

| Before | After |
|--------|-------|
| `pip install cognigraph` | `pip install graqle` |
| `from cognigraph import CogniGraph` | `from graqle.core.graph import Graqle` |
| `kogni reason "..."` | `graq reason "..."` |
| `kogni_context` (MCP) | `graq_context` (MCP) |

## Why

The name CogniGraph conflicted with an existing domain. Graqle is the new brand — same team, same code, better name.

**Query your architecture, not your files.**

Learn more at [graqle.com](https://graqle.com)
