Skip to content

Commit f25f71a

Browse files
authored
Update README.md
1 parent c66e26c commit f25f71a

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

README.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,16 @@ Ellar is a lightweight ASGI framework designed to simplify the development of ef
1717
applications. Whether you're building web services, APIs, or full-fledged web applications,
1818
Ellar offers a high level of abstraction and powerful features to streamline your development process.
1919

20-
Ellar provides developers with the flexibility to embrace both Object-Oriented Programming (OOP) and Functional Programming (FP) paradigms.
21-
It is built on top of Starlette, a renowned ASGI toolkit, ensuring robust asynchronous request handling capabilities.
20+
Ellar allows developers to embrace both Object-Oriented Programming (OOP) and Functional Programming (FP) paradigms.
21+
It is built on top of Starlette, a renowned ASGI toolkit, ensuring robust asynchronous request-handling capabilities.
2222

2323
## **Key Features**
2424

2525
- **Easy to Use**: With an intuitive API, Ellar makes it easy for developers to get started with building fast and scalable Python web applications.
2626
- **Dependency Injection (DI)**: Ellar includes a built-in DI system, enabling easy management of dependencies and reducing coupling between components.
2727
- **Pydantic Integration**: Integrated with Pydantic for seamless data validation, ensuring that input data is always valid.
2828
- **Templating with Jinja2**: Built-in support for Jinja2 templates simplifies the creation of dynamic web pages.
29-
- **OpenAPI Documentation**: Ellar comes with built-in support for generating OpenAPI documentation, facilitating API documentation generation with Swagger or ReDoc.
29+
- **OpenAPI Documentation**: Ellar has built-in support for generating OpenAPI documentation and facilitating API documentation generation with Swagger or ReDoc.
3030
- **Controller (MVC) Architecture**: Ellar follows the Model-View-Controller (MVC) pattern, aiding in organizing code and separating concerns.
3131
- **Guards for Authentication and Authorization**: Offers built-in support for guards, making it easy to implement authentication and authorization in applications.
3232
- **Modularity**: Inspired by NestJS, Ellar follows a modular architecture, allowing developers to organize code into reusable modules.
@@ -130,11 +130,7 @@ Now we can test our API at [http://127.0.0.1:5000/docs](http://127.0.0.1:5000/do
130130
You can also try the [quick-project](https://python-ellar.github.io/ellar/quick-project/) setup to get a good idea of the library.
131131

132132

133-
## **Project Status**
134-
135-
Currently, Ellar is in **beta** version with the following status:
136-
137-
- Documentation: 98% complete
133+
## **Project Documentation Status**
138134
- Authorization: In progress
139135

140136
## **Dependency Summary**

0 commit comments

Comments
 (0)