Metadata-Version: 2.4
Name: yitool
Version: 0.1.1
Summary: @yitech/yitool 工具包
Author-email: Tony Chen <chruit@outlook.com>
Project-URL: Homepage, https://gitee.com/yi_tech/yitool
Project-URL: Repository, https://gitee.com/yi_tech/yitool
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: cachetools>=6.2.0
Requires-Dist: croniter>=6.0.0
Requires-Dist: polars>=1.33.1
Requires-Dist: pyarrow>=21.0.0
Requires-Dist: pydantic>=2.11.9
Requires-Dist: pymysql>=1.1.2
Requires-Dist: pytest>=8.4.2
Requires-Dist: python-dotenv>=1.1.1
Requires-Dist: pyyaml>=6.0.3
Requires-Dist: redis>=6.4.0
Requires-Dist: rich>=14.1.0
Requires-Dist: setuptools>=80.9.0
Requires-Dist: sqlalchemy>=2.0.43
Requires-Dist: tornado>=6.5.2
Dynamic: license-file

# @yitech/yitool 工具包

## 安装 uv 

运行
```bash
# 使用官方安装脚本
curl -LsSf https://astral.sh/uv/install.sh | sh
# 或者使用 pip
pip install uv
```

## 开发模式

切换到项目根目录，运行
```bash
uv pip install -e .
```
