Metadata-Version: 2.4
Name: graflet
Version: 0.0.4
Summary: Precomputed knowledge graphs of versioned library docs, for AI agents. Docs as a graph, not snippets.
Project-URL: Homepage, https://github.com/graflethq/graflet
Project-URL: Repository, https://github.com/graflethq/graflet
Author-email: "MD. MOHIBUR RAHMAN" <mrpmohiburrahman@gmail.com>
License-Expression: MIT
License-File: LICENSE
Keywords: docs,documentation,graphify,graphrag,knowledge-graph,llm,mcp,rag
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Description-Content-Type: text/markdown

<p align="center">
  <a href="https://github.com/graflethq/graflet">
    <img src="https://raw.githubusercontent.com/graflethq/graflet/main/assets/brand/graflet-og-1200x630.png" alt="graflet — Docs as a graph, not snippets." width="640">
  </a>
</p>

<p align="center">
  <a href="https://pypi.org/project/graflet/"><img alt="PyPI" src="https://img.shields.io/pypi/v/graflet?logo=pypi&logoColor=white&label=PyPI"></a>
  <a href="https://www.npmjs.com/package/@graflethq/cli"><img alt="npm" src="https://img.shields.io/npm/v/@graflethq/cli?logo=npm&label=npm"></a>
  <img alt="License: MIT" src="https://img.shields.io/badge/license-MIT-blue">
  <a href="https://x.com/graflethq"><img alt="@graflethq on X" src="https://img.shields.io/badge/follow-%40graflethq-111?logo=x&logoColor=white"></a>
</p>

**Docs as a graph, not snippets.**

Precomputed knowledge graphs of versioned library docs, for AI agents. One graflet = one library at one version.

> Context7 sends your agent snippets to read; **graflet** sends the graph to traverse.

## Run with no install

```bash
uvx graflet          # Python (uv)
npx @graflethq/cli   # Node — same tool, published to npm (scoped; installs command `graflet`)
```

Or install as a tool: `uv tool install graflet`.

> Spelled **g-r-a-f-l-e-t**, no p-h.

_Early placeholder release; the real CLI lands soon._
