Metadata-Version: 2.4
Name: overleaf-for-agents
Version: 0.1.0
Summary: Bidirectional LaTeX sync for Overleaf — push, pull, and conflict resolution via git worktree
Project-URL: Repository, https://github.com/yqi96/overleaf-for-agents
License: MIT
Requires-Python: >=3.11
Requires-Dist: beautifulsoup4>=4.12
Requires-Dist: click>=8.0
Requires-Dist: pychrome>=0.2
Requires-Dist: requests>=2.28
Description-Content-Type: text/markdown

# overleaf-for-agents

Bidirectional sync between local files and Overleaf.

## Installation

```bash
pip install overleaf-for-agents
uv tool install overleaf-for-agents          # recommended with uv
uv pip install -e /path/to/leaf             # local dev
```

## For Claude Code agents

When the user asks to set up Overleaf sync, run:

```bash
leaf claude
```

Then read the output and follow every step.

## License

MIT
