meow-sdk¶
Python SDK and CLI for the Meow Meow Scratch® API.
Build your own APIs, send sensor data from your Raspberry Pi, and control hardware from anywhere — all in a few lines of Python.
Install¶
Requires Python 3.8+. No extra dependencies beyond requests.
Quick example¶
What's included¶
Python SDK : Full API client with methods for records, apps, endpoints, dashboards, webhooks, encryption, and more. Typed exceptions for clean error handling.
CLI tool : 40+ commands for managing your APIs from the terminal. Pipe-friendly JSON output. Configure once with environment variables.
Raspberry Pi ready : Works on any Python environment. Examples for DHT22, buttons, LEDs, camera modules, and GPIO. Run as a systemd service for always-on data collection.
Control panels : Build interactive dashboards with toggle switches, sliders, color pickers, and live displays. Control hardware remotely from the web or your phone.
Next steps¶
- Getting Started — create your first app and send data in 5 minutes
- Raspberry Pi guide — connect sensors, buttons, and LEDs
- CLI Reference — all 40+ terminal commands
- API Reference — every SDK method documented
- Dashboards — build control panels with interactive widgets