Metadata-Version: 2.3
Name: uni-cli
Version: 0.2.2
Summary: uni cli
License: MIT License
Keywords: cli,typer
Requires-Python: >=3.10
Requires-Dist: arrow>=1.3.0
Requires-Dist: babel>=2.16.0
Requires-Dist: cowsay>=6.1
Requires-Dist: mysql-connector-python>=9.0.0
Requires-Dist: paddleocr>=2.9.1
Requires-Dist: pandas>=2.2.3
Requires-Dist: pillow>=11.0.0
Requires-Dist: python-dotenv>=1.0.1
Requires-Dist: pytz>=2024.2
Requires-Dist: requests>=2.32.3
Requires-Dist: setuptools>=75.2.0
Requires-Dist: sqlalchemy>=2.0.35
Requires-Dist: typer>=0.12.5
Description-Content-Type: text/markdown

### 项目使用 uv 管理虚拟环境

> https://docs.astral.sh/uv/

### 项目依赖安装

-   `uv sync`:同步 <u>pyproject.toml</u> 中的依赖
-   `uv pip install -r requirements.txt`:通过 pip 安装`requirements.txt`中的依赖<br/>
    paddleocr 需要 `paddlepaddle` 依赖, 安装文档见 [paddlepaddle](https://www.paddlepaddle.org.cn/install/quick)

### command

```shell
uv sync
uv run example hello Xiaoming
uv run example goodbye Xiaoming --formal
uv run say -t hello
uv run os
uv run bitget spot btc,eth
uv run bitget mix popcat
uv run pyv
uv run sync grid
uv run sync strategy
```
