Metadata-Version: 2.4
Name: alpha-cli
Version: 0.1.0
Summary: CLI tool for cross-referencing congressional trades with prediction markets
Project-URL: Homepage, https://github.com/austron24/alpha-cli
Project-URL: Repository, https://github.com/austron24/alpha-cli
Author: Alpha CLI Team
License: MIT
Keywords: cli,congress,kalshi,prediction-markets,trading
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Financial and Insurance Industry
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Office/Business :: Financial :: Investment
Requires-Python: >=3.11
Requires-Dist: httpx>=0.27.0
Requires-Dist: keyring>=25.0.0
Requires-Dist: pydantic>=2.0.0
Requires-Dist: python-dateutil>=2.8.0
Requires-Dist: rich>=13.0.0
Requires-Dist: typer>=0.9.0
Provides-Extra: dev
Requires-Dist: mypy>=1.8.0; extra == 'dev'
Requires-Dist: pytest-asyncio>=0.23.0; extra == 'dev'
Requires-Dist: pytest-cov>=4.0.0; extra == 'dev'
Requires-Dist: pytest>=8.0.0; extra == 'dev'
Requires-Dist: respx>=0.21.0; extra == 'dev'
Requires-Dist: ruff>=0.3.0; extra == 'dev'
Description-Content-Type: text/markdown

# Alpha CLI

Cross-reference congressional stock trades with prediction markets.

## Features

**Free Features:**
- View Kalshi prediction markets, order books, and search
- View congressional stock trades from House and Senate
- Filter by ticker, party, member
- Export to JSON/CSV

**Premium Features ($20/month):**
- Cross-reference scan - find prediction markets related to congressional trades
- AI-powered market matching

## Installation

```bash
pip install alpha-cli
```

## Quick Start

```bash
# View recent congressional trades
alpha congress trades

# Search for Kalshi markets
alpha kalshi find "bitcoin"

# Cross-reference trades with markets
alpha scan
```

## Documentation

- [Getting Started](docs/getting-started.md)
- [Architecture](docs/architecture.md)
- [API Reference](docs/api-reference.md)

## Development

```bash
# Install in development mode
pip install -e ".[dev]"

# Run tests
pytest

# Type check
mypy src/

# Lint
ruff check src/
```

## License

MIT License - see LICENSE for details.

The CLI is open source. Premium features require a backend subscription.
