You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+90-4Lines changed: 90 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ Welcome to **EchoNext**, where innovation meets simplicity! Are you tired of the
45
45
46
46
**Imagine** a lightweight framework that empowers you to create modern web applications with lightning speed and flexibility. With EchoNext, you're not just coding; you're building a masterpiece!
47
47
48
-
> Last stable version: 0.7.12 alpha
48
+
> Last stable version: 0.7.13 alpha
49
49
50
50
> Next Big Update: ASYNC & unicorn support
51
51
@@ -85,7 +85,7 @@ Welcome to **EchoNext**, where innovation meets simplicity! Are you tired of the
📈 Note: Echonext excels in performance while staying lightweight, making it a top-notch choice for your next project!
@@ -139,9 +139,95 @@ Once installed, you can start using the library in your Python projects. Check o
139
139
140
140
<palign="right">(<ahref="#readme-top">back to top</a>)</p>
141
141
142
+
## ⚙️ Depends Injection
143
+
pyEchoNext is universal, and you are free to use any Dependency-Injection framework. But we recommend using the specially developed [echonextdi](https://github.com/alexeev-prog/echonext_di). It is simple and fast to use.
144
+
145
+
> echonext_di goes in echonext dependencies
146
+
147
+
```python
148
+
from echonextdi.containers.container import Container
149
+
from echonextdi.depends import Depends
150
+
from echonextdi.providers.callable_provider import CallableProvider
0 commit comments