Welcome, Iris

Describe a routine or sketch a schedule /
Start composing

Build your first routine

Open the workbench to draft a schedule, or wire a calibre into an existing service.

Usage/Quickstart
from remontra import Movement

client = Movement.Client()

reply = client.routines.compose(
    calibre="calibre-12-detent",
    brief="Chime every quarter hour on weekdays",
)

print(reply.output)