Metadata-Version: 2.4
Name: pymecli
Version: 0.1.3
Summary: My CLI
Project-URL: Homepage, https://pypi.org/project/pymecli
Project-URL: Repository, https://github.com/meme2046/pymecli
License: MIT
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.10
Requires-Dist: arrow>=1.4.0
Requires-Dist: babel>=2.17.0
Requires-Dist: cowsay>=6.1
Requires-Dist: dotenv>=0.9.9
Requires-Dist: fastapi>=0.127.0
Requires-Dist: numpy<2.0.0
Requires-Dist: onnx-paddleocr>=0.2.1
Requires-Dist: opencv-python>=4.11.0.86
Requires-Dist: pandas>=2.3.3
Requires-Dist: pydantic-settings>=2.12.0
Requires-Dist: pymysql>=1.1.2
Requires-Dist: pytz>=2025.2
Requires-Dist: pyyaml>=6.0.3
Requires-Dist: requests[socks]>=2.32.5
Requires-Dist: sqlalchemy>=2.0.45
Requires-Dist: toml>=0.10.2
Requires-Dist: torch>=2.9.1
Requires-Dist: typer>=0.20.1
Requires-Dist: uvicorn>=0.40.0
Description-Content-Type: text/markdown

# typer example

```shell
uv run example hello
uv run example hello Xiaoming
uv run example goodbye
uv run example goodbye Xiaoming
uv run example goodbye Xiaoming -f
```

# fastapi server

```shell
uv run fast --port 8877
```
