@@ -19,19 +19,6 @@ Ellar is based on [Starlette (ASGI toolkit)](https://www.starlette.io/), a light
19
19
While Ellar provides a high level of abstraction on top of Starlette, it still incorporates some of its features, as well as those of FastAPI.
20
20
If you are familiar with these frameworks, you will find it easy to understand and use Ellar.
21
21
22
- ## 💝 Special Thanks
23
-
24
- This project is built with
25
-
26
- - [ Starlette] ( https://www.starlette.io/ )
27
- - Starlette is a lightweight ASGI framework/toolkit, which is ideal for building async web services in Python.
28
-
29
- - [ Pydantic] ( https://docs.pydantic.dev/ )
30
- - Data validation and settings management using Python type annotations.
31
-
32
- - [ Injector] ( https://github.com/python-injector/injector )
33
- - Python dependency injection framework, inspired by Guice
34
-
35
22
## Requirement
36
23
- Python >= 3.7
37
24
@@ -296,14 +283,18 @@ Ellar has built-in support for Jinja2, which is a popular template engine for HT
296
283
297
284
See the [ Doc] ( https://eadwincode.github.io/ellar/templating/templating/ ) for more examples.
298
285
286
+ ## 💝 Special Thanks
299
287
300
- ## Project Status
301
- Project is still in development
302
- - Documentation - (in progress)
303
- - Interceptors - [ Aspect Oriented Programming] ( https://en.wikipedia.org/wiki/Aspect-oriented_programming ) (AOP) technique
304
- - Database Plugin with [ Encode/ORM] ( https://github.com/encode/orm )
305
- - Caching
306
- - API Throttling
288
+ This project is built with
289
+
290
+ - [ Starlette] ( https://www.starlette.io/ )
291
+ - Starlette is a lightweight ASGI framework/toolkit, which is ideal for building async web services in Python.
292
+
293
+ - [ Pydantic] ( https://docs.pydantic.dev/ )
294
+ - Data validation and settings management using Python type annotations.
295
+
296
+ - [ Injector] ( https://github.com/python-injector/injector )
297
+ - Python dependency injection framework, inspired by Guice
307
298
308
299
## ⭐ Ellar Star Lords
309
300
@@ -312,3 +303,10 @@ Your support is much appreciated!
312
303
313
304
[ ![ Ellar Star Lords] ( https://reporoster.com/stars/eadwinCode/ellar )] ( https://github.com/eadwinCode/ellar/stargazers )
314
305
306
+ ## Project Status
307
+ Project is still in development
308
+ - Documentation - (in progress)
309
+ - Interceptors - [ Aspect Oriented Programming] ( https://en.wikipedia.org/wiki/Aspect-oriented_programming ) (AOP) technique
310
+ - Database Plugin with [ Encode/ORM] ( https://github.com/encode/orm )
311
+ - Caching
312
+ - API Throttling
0 commit comments