Metadata-Version: 2.4
Name: nouvcat
Version: 0.0.2
Summary: A lightweight and elegant chatbot framework for message automation.
Author-email: Ciyuu <suruixun2011@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/Ciyuu-dev/nouvcat
Project-URL: Repository, https://github.com/Ciyuu-dev/nouvcat
Keywords: chatbot,llm,automation,message
Classifier: Development Status :: 1 - Planning
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# 🐱 NouvCat

[![PyPI version](https://img.shields.io/pypi/v/nouvcat.svg)](https://pypi.org/project/nouvcat/)
[![Python Version](https://img.shields.io/pypi/pyversions/nouvcat.svg)](https://pypi.org/project/nouvcat/)
[![License](https://img.shields.io/github/license/Ciyuu-dev/nouvcat)](LICENSE)

**NouvCat** is a lightweight and elegant chatbot framework for message automation. 
*(Nouv from Nouvelle (news/message) + Cat)*

> ⚠️ **Note**: This project is currently in its early planning stage (v0.0.x).

## ✨ Features (Coming Soon)
- [ ] Multi-platform message routing
- [ ] LLM integration
- [ ] Plugin system

## 🚀 Installation
We highly recommend using [uv](https://github.com/astral-sh/uv) for blazing-fast dependency management:

```bash
uv add nouvcat
```

Or via pip:

```bash
pip install nouvcat
```
