Metadata-Version: 2.4
Name: muninn-dispatch
Version: 0.1.5
Summary: Muninn queue contract — dispatch schema/validation, atomic enqueue/requeue, read-only job discovery. The consumer-facing seam muninn-gate pins (Worldtree #377); stdlib-only by contract (INV-377-5).
Author: Vuong Hoang
License: Proprietary
Requires-Python: >=3.11
Description-Content-Type: text/markdown

# muninn-dispatch

The Muninn queue contract as code — the consumer-facing seam extracted from
Worldtree `core/muninn` (#377): dispatch schema + validation + `create`,
atomic `enqueue` / `requeue` / `request_cancel`, and read-only job discovery
(`list_jobs` / `read_manifest`). Stdlib-only by contract (INV-377-5): safe
for thin external consumers (muninn-gate) to pin without dragging the
Worldtree dependency tree.

In-repo consumers use the editable path-dep; external consumers install from
the internal Gitea PyPI. Contract: Worldtree
`docs/contracts/issues/377.contract.md`.
