7 python3Packages.buildPythonApplication rec {
12 build-system = with python3Packages; [
16 src = fetchFromGitHub {
17 owner = "litestar-org";
20 hash = "sha256-PR2DVNRtILHs7XwVi9/ZCVRJQFqfGLn1x2gpYtYjHDo=";
23 dependencies = with python3Packages; [
49 homepage = "https://litestar.dev/";
50 platforms = lib.platforms.unix;
51 maintainers = with lib.maintainers; [ bot-wxt1221 ];
52 changelog = "https://github.com/litestar-org/litestar/releases/tag/v${version}";
53 description = "Production-ready, Light, Flexible and Extensible ASGI API framework";
54 license = lib.licenses.mit;