Metadata-Version: 2.4
Name: cmc-csci040-preslie
Version: 0.1.0
Summary: Pirate chat app
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: groq
Requires-Dist: python-dotenv
Requires-Dist: pytest
Requires-Dist: coverage
Dynamic: license-file

# cmc-csci040-preslie

A simple pirate-style chat application built with the Groq API.

## Description

This project lets a user chat with an AI assistant that responds like a pirate. It includes a `Chat` class for sending messages and a `repl()` function for running the program interactively in the terminal.

## Installation

Clone the project and install it:

```bash
pip install -e .
