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
+1-77Lines changed: 1 addition & 77 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.11 alpha
48
+
> Last stable version: 0.7.12 alpha
49
49
50
50
> Next Big Update: ASYNC & unicorn support
51
51
@@ -137,82 +137,6 @@ pip install pyechonext
137
137
138
138
Once installed, you can start using the library in your Python projects. Check out the [documentation](https://alexeev-prog.github.io/pyEchoNext) for detailed usage examples and API reference.
139
139
140
-
You can create example app architecture:
141
-
142
-
```bash
143
-
python3 -m pyechonext --name exampleapp
144
-
145
-
# Generated arhitecture:
146
-
exampleapp/
147
-
├── exampleapp.py
148
-
├── templates
149
-
└── views
150
-
├── __init__.py
151
-
└── main.py
152
-
```
153
-
154
-
<palign="right">(<ahref="#readme-top">back to top</a>)</p>
155
-
156
-
## 🚀 Run app with BurnBuild
157
-
[burn-build](https://github.com/alexeev-prog/burn-build) - build system written in python for projects in C, C++, python.
158
-
159
-
burn-build is available on [PyPI](https://pypi.org/project/pyburn_build). Simply install the package into your project environment with PIP:
0 commit comments