Metadata-Version: 2.1
Name: athena_lab1
Version: 0.3.0
Summary: Auto-detects datasets and answers questions via OpenRouter.
Author-email: Sammy <your.email@example.com>
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: openai
Requires-Dist: pandas
Requires-Dist: python-dotenv

# Athena Lab1

Auto-detects datasets and answers questions via OpenRouter.

## Setup

Set your API key:

import os
os.environ["OPENROUTER_KEY"] = "your-key-here"

## Usage

from athena_lab1.core import ask
ask("Build a model", file_path="Car_Sales.csv")
