File tree Expand file tree Collapse file tree 1 file changed +25
-6
lines changed Expand file tree Collapse file tree 1 file changed +25
-6
lines changed Original file line number Diff line number Diff line change 22
22
- ` Session and Cookie support `
23
23
- ` CORS, GZip, Static Files, Streaming responses `
24
24
25
- ## Dependency Summary
26
- - ` Python >= 3.7 `
27
- - ` Starlette `
28
- - ` Pydantic `
29
- - ` Injector `
25
+ ## Requirement
26
+ - Python >= 3.7
30
27
31
28
## Installation
32
29
### Poetry Installation
@@ -295,10 +292,32 @@ Ellar has built-in support for Jinja2, which is a popular template engine for HT
295
292
296
293
See the [ Doc] ( https://eadwincode.github.io/ellar/templating/templating/ ) for more examples.
297
294
298
- ## Status
295
+
296
+ ## Project Status
299
297
Project is still in development
300
298
- Documentation - (in progress)
301
299
- Interceptors - [ Aspect Oriented Programming] ( https://en.wikipedia.org/wiki/Aspect-oriented_programming ) (AOP) technique
302
300
- Database Plugin with [ Encode/ORM] ( https://github.com/encode/orm )
303
301
- Caching
304
302
- API Throttling
303
+
304
+ ## 💝 Special Thanks
305
+
306
+ This project is built with
307
+
308
+ - [ Starlette] ( https://www.starlette.io/ )
309
+ - Starlette is a lightweight ASGI framework/toolkit, which is ideal for building async web services in Python.
310
+
311
+ - [ Pydantic] ( https://docs.pydantic.dev/ )
312
+ - Data validation and settings management using Python type annotations.
313
+
314
+ - [ Injector] ( https://github.com/python-injector/injector )
315
+ - Python dependency injection framework, inspired by Guice
316
+
317
+ ## ⭐ Ellar Star Lords
318
+
319
+ Many thanks to the kind individuals who leave a star.
320
+ Your support is much appreciated!
321
+
322
+ [ ![ Ellar Star Lords] ( https://reporoster.com/stars/eadwinCode/ellar )] ( https://github.com/eadwinCode/ellar/stargazers )
323
+
You can’t perform that action at this time.
0 commit comments