lilya
Lightweight Python ASGI framework for fast web applications
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install Lilya?โผ
Run `npx skills add dymmond/lilya --all -g -y` in your terminal to install all skills in this suite globally.
What is Lilya used for?โผ
Lilya is a lightweight Python ASGI toolkit for building fast web applications and APIs with routing, middleware, permissions, and dependency injection.
How is Lilya different from FastAPI?โผ
Lilya favors explicit declarations over automatic injection, has almost no hard dependencies, and its components can be reused in any other ASGI framework.
Does Lilya support async Python code?โผ
Yes. Lilya is fully async-native, works with both asyncio and trio, and runs synchronous handlers in a threadpool so they never block the event loop.
Can I migrate from FastAPI to Lilya?โผ
Yes. The official Lilya Converter tool automates most of the migration, and the included skill guides your agent through Lilya's explicit coding patterns.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core