Skip to content

Commit b40f530

Browse files
committed
Updated README.md
1 parent 374aee7 commit b40f530

File tree

1 file changed

+17
-22
lines changed

1 file changed

+17
-22
lines changed

README.md

Lines changed: 17 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -10,28 +10,23 @@
1010
[![PyPI version](https://img.shields.io/pypi/v/ellar.svg)](https://pypi.python.org/pypi/ellar)
1111
[![PyPI version](https://img.shields.io/pypi/pyversions/ellar.svg)](https://pypi.python.org/pypi/ellar)
1212

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`
3530

3631
## Installation
3732
### Poetry Installation

0 commit comments

Comments
 (0)