Metadata-Version: 2.4
Name: coovts
Version: 0.0.1a2
Summary: Another library for making VTube Studio plugins with Python
Author-email: LgCookie <lgc2333@126.com>
License-File: LICENSE
Requires-Python: >=3.12
Requires-Dist: cookit[pydantic]>=0.11.6
Requires-Dist: pydantic>=2.11.4
Requires-Dist: websockets>=15.0.1
Description-Content-Type: text/markdown

# CooVTS

Another library for making VTube Studio plugins with Python.

## ✨ Features

- ✨ Full type hints support with static type checking
- 🎯 Data validation and serialization using Pydantic
- 🔄 Async-first design with WebSocket communication
- 🎨 Easy-to-use event system for plugin development
- 🛡️ Built-in error handling and reconnection mechanisms

## 📖 Introduction

If you want to know how to use this, please refer to [`examples/basic.py`](./examples/basic.py)  
For advanced usage, please deep dive into the source code.

This project is in early development.  
If you think this project is good, thanks for your use and feel free to contribute. 😊  
If you encountered any problems, open a issue, or reach me via the contact methods below.  
I might be not very active on it.

## 💿 Install

You should use at least Python 3.12 to use this library.

I released Alpha version on PyPI, install it with:

```bash
pip install coovts
```

## 📞 Contacts

- Telegram: [@lgc2333](https://t.me/lgc2333) / [@stupmbot](https://t.me/stupmbot)
- QQ: 3076823485 / Group: [1105946125](https://jq.qq.com/?_wv=1027&k=Z3n1MpEp)
- Email: [lgc2333@126.com](mailto:lgc2333@126.com)
- Discord: [lgc2333](https://discordapp.com/users/810486152401256448) (Not active)

## 📝 Update Log

### 0.0.1.alpha2

- Refactored project, complete missing data models, made better type hints
