Metadata-Version: 2.4
Name: scopeserve
Version: 0.0.6
Summary: Face to serving framework
Author-email: Yaqiang Sun <sunyaking@163.com>
License: GPL-3.0
Requires-Python: <3.14,>=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: cappa>=0.30.2
Requires-Dist: fastapi>=0.120.0
Requires-Dist: granian>=2.5.5
Requires-Dist: pydantic-settings>=2.11.0
Requires-Dist: python-multipart>=0.0.20
Requires-Dist: pyyaml>=6.0.3
Requires-Dist: sqlalchemy>=2.0.44
Requires-Dist: watchfiles>=1.1.1
Dynamic: license-file

# scopeserve
scopeserve:  Face to serving framework.



## Run serving

1. Copy .env.example to .env
```bash
cp .env.example .env
```
2. Run
```
uv run scopeserve run --host 0.0.0.0 --port 9001 --no-reload
```

```
uv run scopeserve run --host 0.0.0.0 --port 9001 --no-reload -m example.api.router.ROUTERS
```
