Metadata-Version: 2.1
Name: liteboty
Version: 0.2.0a1
Summary: LiteBoty 是一个轻量级的机器人开发框架
Home-page: https://github.com/yejue/liteboty
Keywords: liteboty,litebot,ros,bot
Author: yejue
Author-email: 1145331931@qq.com
Requires-Python: >=3.8,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: click (>=8.0.0,<9.0.0)
Requires-Dist: numpy (>=1.24.0,<2.0.0)
Requires-Dist: opencv-python (>=4.10.0,<5.0.0)
Requires-Dist: protobuf (>=3.20.1,<4.0.0)
Requires-Dist: pydantic (>=2.0.0,<3.0.0)
Requires-Dist: pydantic-settings (>=2.0.0,<3.0.0)
Requires-Dist: redis (>=5.0.0,<6.0.0)
Requires-Dist: watchdog (>=4.0.0,<5.0.0)
Description-Content-Type: text/markdown

# LiteBoty

LiteBoty 是一个轻量级的 Python 机器人框架，专注于构建基于 Redis 的消息驱动服务。

## Features

- 🚀 轻量级设计，易于使用
- 📦 基于 Redis 的消息订阅发布系统
- 🔌 插件化服务架构/微服务架构
- ⚡ 异步消息处理
- 🛠 便捷的 CLI 工具

## Quick Start

1. 安装 Redis `apt install redis-server`
2. 安装框架 `pip install liteboty`
3. 创建项目
    ```shell
    liteboty create mybot
    cd mybot
    ```
4. 启动 `python main.py`

