File tree Expand file tree Collapse file tree 1 file changed +17
-22
lines changed Expand file tree Collapse file tree 1 file changed +17
-22
lines changed Original file line number Diff line number Diff line change 10
10
[ ![ PyPI version] ( https://img.shields.io/pypi/v/ellar.svg )] ( https://pypi.python.org/pypi/ellar )
11
11
[ ![ PyPI version] ( https://img.shields.io/pypi/pyversions/ellar.svg )] ( https://pypi.python.org/pypi/ellar )
12
12
13
- ## Features
14
- - Pydantic integration
15
- - Dependency Injection (DI)
16
- - Templating with Jinja2
17
- - OpenAPI Documentation (Swagger and ReDoc)
18
- - Controller (MVC)
19
- - Guards (Authentications, roles and permissions)
20
- - Modularization (eg: flask blueprint)
21
- - Websocket support
22
- - Session and Cookie support
23
- - CORS, GZip, Static Files, Streaming responses
24
- - Test client built on ` requests `
25
- - In-process background tasks.
26
- - Startup and shutdown events.
27
- - Application Events
28
- - Compatible with ` asyncio ` and ` trio ` backends.
29
-
30
- ## Requirements
31
- - Python >= 3.7
32
- - Starlette
33
- - Pydantic
34
- - Injector
13
+ ## Features Summary
14
+ - ` Pydantic integration `
15
+ - ` Dependency Injection (DI) `
16
+ - ` Templating with Jinja2 `
17
+ - ` OpenAPI Documentation (Swagger and ReDoc) `
18
+ - ` Controller (MVC) `
19
+ - ` Guards (authentications, roles and permissions) `
20
+ - ` Modularization (eg: flask blueprint) `
21
+ - ` Websocket support `
22
+ - ` Session and Cookie support `
23
+ - ` CORS, GZip, Static Files, Streaming responses `
24
+
25
+ ## Dependency Summary
26
+ - ` Python >= 3.7 `
27
+ - ` Starlette `
28
+ - ` Pydantic `
29
+ - ` Injector `
35
30
36
31
## Installation
37
32
### Poetry Installation
You can’t perform that action at this time.
0 commit comments