File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -43,7 +43,98 @@ dependencies = [
4343 " typing_extensions>=3.10.0; python_version < '3.11'" ,
4444 " monkay>=0.4.0" ,
4545]
46- keywords = [" lilya" ]
46+ keywords = [
47+ # Core web framework
48+ " python" ,
49+ " python3" ,
50+ " asyncio" ,
51+ " asgi" ,
52+ " web" ,
53+ " web-framework" ,
54+ " api" ,
55+ " rest" ,
56+ " rest-api" ,
57+ " http" ,
58+ " openapi" ,
59+ " swagger" ,
60+ " redoc" ,
61+ " openapi3" ,
62+ " websocket" ,
63+ " graphql" ,
64+ " json" ,
65+ " cors" ,
66+ " csrf" ,
67+ " dependency-injection" ,
68+ " routing" ,
69+ " controllers" ,
70+ " validation" ,
71+ " serialization" ,
72+ " pydantic" ,
73+ " data-validation" ,
74+
75+ # Performance & async
76+ " high-performance" ,
77+ " concurrency" ,
78+ " async" ,
79+ " async-framework" ,
80+ " non-blocking" ,
81+ " event-driven" ,
82+ " uvicorn" ,
83+ " hypercorn" ,
84+ " anyio" ,
85+
86+ # Framework integrations
87+ " starlette" ,
88+ " lilya" ,
89+ " esmerald" ,
90+ " fastapi" ,
91+ " aiohttp" ,
92+ " flask" ,
93+ " django" ,
94+ " quart" ,
95+
96+ # Architecture & features
97+ " openapi-schema" ,
98+ " typed-api" ,
99+ " type-hints" ,
100+ " python-types" ,
101+ " autodoc" ,
102+ " auto-documentation" ,
103+ " request-handling" ,
104+ " response-models" ,
105+ " middlewares" ,
106+ " interceptors" ,
107+ " aop" ,
108+ " exception-handling" ,
109+ " background-tasks" ,
110+ " caching" ,
111+ " observables" ,
112+ " sse" ,
113+ " streaming" ,
114+ " graphql-support" ,
115+
116+ # Use cases
117+ " backend" ,
118+ " api-server" ,
119+ " microservices" ,
120+ " machine-learning" ,
121+ " ml" ,
122+ " ai" ,
123+ " security" ,
124+ " authentication" ,
125+ " oauth2" ,
126+ " jwt" ,
127+ " api-key" ,
128+ " websocket-server" ,
129+ " cloud-native" ,
130+ " modern-python" ,
131+ " developer-friendly" ,
132+
133+ # Branding
134+ " ravyn" ,
135+ " ravyn-framework" ,
136+ " dymmond" ,
137+ ]
47138
48139[project .urls ]
49140Homepage = " https://github.com/dymmond/lilya"
You can’t perform that action at this time.
0 commit comments