Metadata-Version: 2.4
Name: modulus-cli
Version: 0.1.2
Summary: CLI to setup modulus for Claude Code and Codex
Author-email: "Subhajit Das (0verread)" <subhajit@modulus.so>, "Husain Ghadiali (hg0-7)" <husain@modulus.so>
License-File: LICENSE
Requires-Python: >=3.12
Requires-Dist: anthropic>=0.96.0
Requires-Dist: esprima>=4.0.1
Requires-Dist: javalang>=0.13.0
Requires-Dist: python-dotenv>=1.2.2
Requires-Dist: requests>=2.32.5
Requires-Dist: rich>=14.0.0
Requires-Dist: tree-sitter-typescript>=0.23.2
Requires-Dist: tree-sitter>=0.25.2
Description-Content-Type: text/markdown

# modulus-cli

Simple CLI to connect your local repository with Modulus for indexing.

## Install

```bash
pip install modulus-cli
```

## Quick Start

```bash
modulus login --api-key <your-api-key>
modulus repo index <path-to-your-repo>
```

## Commands

### Login

```bash
modulus login --api-key <your-api-key>
```

Saves your API key locally after verification.

### Index a repository

```bash
modulus repo index <path-to-your-repo>
```

Scans the repository and starts an indexing job.
