dymmonddymmondOfficialยท1 Agent Skills Included

lilya

Lightweight Python ASGI framework for fast web applications

Builds fast, production-ready Python web applications and APIs with a lightweight ASGI toolkit. Provides routing, middleware, permissions, dependency injection, and background tasks with minimal dependencies. Eliminates bloated framework overhead while staying fully typed, pythonic, and compatible with asyncio and trio.
npx skills add dymmond/lilya --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’