moo.sdk

Public SDK for verb authors. Import game primitives from here:

from moo.sdk import context, lookup, create, NoSuchObjectError

Functions

direction_argument([parser, after_prep])

Recover a direction name from the parser, tolerating direction-as-preposition.

Modules

accounts

Account-level identity helpers.

admin

Server administration and diagnostic functions.

audit

Action audit log helpers.

context

This wrapper class makes it easy to use a number of contextvars.

escape

Escape guarantee and connectivity guard.

mail

Mail SDK for verb authors.

moderation

Staff sanction primitives.

objects

Object and player query functions.

onboarding

Guest tier and registration gate.

output

Player I/O functions: write, editor, paginator, session settings, boot.

password

Password management functions.

provenance

Provenance and structurally-tagged output.

ratelimit

Per-account broadcast flood limiting.

recovery

Non-destructive object recovery.

ssh_keys

SSH key management functions.

tasks

Task execution and scheduling functions.

tests