Skip to content

Version 0.1.0

Compare
Choose a tag to compare
@tarsil tarsil released this 04 Mar 16:17
· 158 commits to main since this release
c035c92

Initial release of Lilya.

  • A lightweight ASGI toolkit.
  • Support for HTTP/WebSocket.
  • Tasks (in ASGI known as background tasks).
  • Lifespan events (on_startup/on_shutdown and lifespan).
  • Native permission system.
  • Middlewares (Compressor, CSRF, Session, CORS...).
  • A native and optional client.
  • Directive management control system for any custom scripts to run inside the application.
  • Dynamic routing system with the help of the native Include and minimum boilerplate.
  • Native settings system. No more bloated instances.