litestar-granian

Installation
SKILL.md

litestar-granian

litestar-granian 0.16.0 replaces Litestar's run command with a Granian-backed command and integrates Granian loggers with Litestar logging. It requires Granian 2.7.9 or later (the current lock uses 2.8.1).

Code Style Rules

  • Keep handlers async when they perform I/O.
  • Configure the server at the command line or programmatically via granian.Granian.
  • GranianPlugin takes only an optional static mode keyword argument ("off" or "auto").
  • Use the litestar run option names documented here. Do not substitute similarly named options from older Granian or Uvicorn releases.

Quick Reference

Register the plugin

Installs
21
GitHub Stars
15
First Seen
May 18, 2026
litestar-granian — litestar-org/litestar-skills