Metadata-Version: 2.4
Name: upnext
Version: 0.0.6
Summary: Background jobs and APIs for Python. Like Modal, but self-hostable.
Requires-Python: >=3.12
Requires-Dist: aiohttp>=3.11.0
Requires-Dist: croniter>=6.0.0
Requires-Dist: fastapi>=0.115.0
Requires-Dist: pydantic-settings>=2.12.0
Requires-Dist: pydantic>=2.10.0
Requires-Dist: redis>=5.2.0
Requires-Dist: rich>=13.9.0
Requires-Dist: typer>=0.15.0
Requires-Dist: upnext-server
Requires-Dist: upnext-shared
Requires-Dist: uvicorn>=0.34.0
Provides-Extra: server
Description-Content-Type: text/markdown

# UpNext Package

Core SDK/runtime package for workers, tasks, APIs, and queue processing.

## Package Validation

From the workspace root:

```bash
./scripts/verify-upnext-package.sh
```

This runs the upnext package test suite with branch coverage and enforces the current minimum coverage gate.
