Metadata-Version: 2.3
Name: uni-cli
Version: 0.1.5
Summary: uni cli
License: MIT License
Keywords: cli,typer
Requires-Python: >=3.10
Requires-Dist: arrow>=1.3.0
Requires-Dist: cowsay>=6.1
Requires-Dist: mysql-connector-python>=9.0.0
Requires-Dist: pandas>=2.2.3
Requires-Dist: python-dotenv>=1.0.1
Requires-Dist: requests>=2.32.3
Requires-Dist: sqlalchemy>=2.0.35
Requires-Dist: typer>=0.12.5
Description-Content-Type: text/markdown

### Development

```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 sync
```
