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. GranianPlugintakes only an optionalstaticmode keyword argument ("off"or"auto").- Use the
litestar runoption names documented here. Do not substitute similarly named options from older Granian or Uvicorn releases.