Metadata-Version: 2.4
Name: MST-AI
Version: 0.1.2
Summary: A simple AI ChatBot Python library
Home-page: https://github.com/Rocky420-python/MTS
Author: Rocky420-python
Author-email: p13077795@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests>=2.28.0
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# MyChatBot

A simple Python library to interact with your AI server via API.  
Send messages to your AI server and receive responses easily using a clean Python interface.

---

## 🚀 Features

- Easy to use `ChatBot` class
- Supports custom server URL
- Handles connection, timeout, and request errors gracefully
- Optional API key support
- Ready to integrate with any Python project

---

## 📦 Installation

Clone or download this library and install locally:

```bash
pip install MST
