Skip to content

Commit 84ef541

Browse files
authored
Update README.md
1 parent b11f6b2 commit 84ef541

File tree

1 file changed

+18
-20
lines changed

1 file changed

+18
-20
lines changed

README.md

Lines changed: 18 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -19,19 +19,6 @@ Ellar is based on [Starlette (ASGI toolkit)](https://www.starlette.io/), a light
1919
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.
2020
If you are familiar with these frameworks, you will find it easy to understand and use Ellar.
2121

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-
3522
## Requirement
3623
- Python >= 3.7
3724

@@ -296,14 +283,18 @@ Ellar has built-in support for Jinja2, which is a popular template engine for HT
296283

297284
See the [Doc](https://eadwincode.github.io/ellar/templating/templating/) for more examples.
298285

286+
## 💝 Special Thanks
299287

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
307298

308299
## ⭐ Ellar Star Lords
309300

@@ -312,3 +303,10 @@ Your support is much appreciated!
312303

313304
[![Ellar Star Lords](https://reporoster.com/stars/eadwinCode/ellar)](https://github.com/eadwinCode/ellar/stargazers)
314305

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

Comments
 (0)