Skip to content
This repository was archived by the owner on May 12, 2026. It is now read-only.

Latest commit

 

History

History
21 lines (13 loc) · 402 Bytes

File metadata and controls

21 lines (13 loc) · 402 Bytes

mesa-rest

Python REST SDK for the Mesa API.

This package is generated from the OpenAPI schema and mirrored to the public mesa-dot-dev/py-rest repository.

Install

pip install mesa-rest

Regenerate from OpenAPI

From the monorepo root:

bun run sdk:generate:python

sdk:sync:python-rest remains available as an alias when you want to run the sync step explicitly.