Metadata-Version: 2.4
Name: ravana-ai
Version: 0.1.0
Summary: Turn Claude Code into a professional equity research analyst
Project-URL: Homepage, https://github.com/ravana-ai/ravana
Project-URL: Repository, https://github.com/ravana-ai/ravana
Author: Ravana AI
License: MIT
Keywords: claude,equity-research,financial-analysis,hedge-fund,mcp
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Financial and Insurance Industry
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Office/Business :: Financial :: Investment
Requires-Python: >=3.10
Requires-Dist: beautifulsoup4
Requires-Dist: httpx
Requires-Dist: mcp>=1.0
Requires-Dist: python-dotenv
Requires-Dist: pyyaml
Description-Content-Type: text/markdown

# Ravana AI

Turn Claude Code into a professional equity research analyst.

## Install

```bash
pip install ravana-ai
```

## Setup

```bash
ravana init
cd analysis
claude
```

## What You Get

- **7 research skills** — `/analyze`, `/one-pager`, `/earnings-prep`, `/peer-comp`, `/screen`, `/deep-dive`, `/scrape-ir`
- **SEC EDGAR integration** — Pull filings and transcripts directly
- **Web research** — Search and scrape any public source
- **Structured workflow** — Professional equity research process, not generic AI chat

## Requirements

- [Claude Code](https://claude.ai/code) installed and configured
- Python 3.10+
