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

admin

Server administration and diagnostic functions.

context

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

mail

Mail SDK for verb authors.

objects

Object and player query functions.

output

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

password

Password management functions.

ssh_keys

SSH key management functions.

tasks

Task execution and scheduling functions.

tests