Metadata-Version: 2.4
Name: ycroom
Version: 0.1.0
Summary: Search and analyze Y Combinator companies from the terminal
License-Expression: MIT
Requires-Python: >=3.12
Description-Content-Type: text/markdown

# ycroom

Search and analyze 5,690 Y Combinator companies from the terminal. Zero dependencies. Fully offline.

## Install

```
git clone https://github.com/faruk/ycroom.git
cd ycroom
uv sync
```

## Usage

```
yc search Stripe
yc get Airbnb
yc filter --tag AI --batch "Winter 2026"
yc filter --industry Fintech --hiring --top
yc trends AI
yc trends Fintech --field industry
yc stats
yc stats --json
```

## Commands

**search** — fuzzy search by name, one-liner, or description

```
yc search "payments" -n 10 -v
```

**get** — deep dive on a single company

```
yc get "Stripe"
```

**filter** — combine any filters

```
yc filter --batch "Winter 2026" --tag AI --hiring -v
yc filter --industry Healthcare --status Active --region Europe
yc filter --top
```

**trends** — tag or industry count per batch

```
yc trends AI
yc trends "Developer Tools"
yc trends Fintech --field industry
```

**stats** — dataset summary

```
yc stats
yc stats --json
```

## License

MIT
