Skip to content

Commit 080e07e

Browse files
authored
Update README.md
1 parent 3ca0fb2 commit 080e07e

File tree

1 file changed

+25
-6
lines changed

1 file changed

+25
-6
lines changed

README.md

Lines changed: 25 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,8 @@
2222
- `Session and Cookie support`
2323
- `CORS, GZip, Static Files, Streaming responses`
2424

25-
## Dependency Summary
26-
- `Python >= 3.7`
27-
- `Starlette`
28-
- `Pydantic`
29-
- `Injector`
25+
## Requirement
26+
- Python >= 3.7
3027

3128
## Installation
3229
### Poetry Installation
@@ -295,10 +292,32 @@ Ellar has built-in support for Jinja2, which is a popular template engine for HT
295292

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

298-
## Status
295+
296+
## Project Status
299297
Project is still in development
300298
- Documentation - (in progress)
301299
- Interceptors - [Aspect Oriented Programming](https://en.wikipedia.org/wiki/Aspect-oriented_programming) (AOP) technique
302300
- Database Plugin with [Encode/ORM](https://github.com/encode/orm)
303301
- Caching
304302
- 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+

0 commit comments

Comments
 (0)