Skip to content

Commit c6a9f77

Browse files
committed
fix codestyle and docstrings
1 parent 26136f2 commit c6a9f77

File tree

2 files changed

+2
-57
lines changed

2 files changed

+2
-57
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
<img src="https://img.shields.io/github/stars/alexeev-prog/pyEchoNext?style=for-the-badge">
3232
<img src="https://img.shields.io/github/issues/alexeev-prog/pyEchoNext?style=for-the-badge">
3333
<img src="https://img.shields.io/github/last-commit/alexeev-prog/pyEchoNext?style=for-the-badge">
34-
<img src="https://github.com/alexeev-prog/pyEchoNext/actions/workflows/docs.yml/badge.svg">
3534
<img src="https://img.shields.io/pypi/wheel/uvolution?style=for-the-badge">
3635
<img src="https://img.shields.io/badge/coverage-54%25-54%25?style=for-the-badge" alt="">
3736
<img alt="PyPI - Downloads" src="https://img.shields.io/pypi/dm/pyEchoNext?style=for-the-badge">
@@ -40,6 +39,8 @@
4039
<img alt="GitHub contributors" src="https://img.shields.io/github/contributors/alexeev-prog/pyEchoNext?style=for-the-badge">
4140
</p>
4241

42+
<img src="https://github.com/alexeev-prog/pyEchoNext/actions/workflows/docs.yml/badge.svg">
43+
4344
> EchoNext is a lightweight, fast and scalable web framework for Python
4445
4546
> [!CAUTION]

docs/index.rst

Lines changed: 0 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -159,62 +159,6 @@ Check Other My Projects
159159

160160
</p>
161161

162-
🌟 Comparison with Alternatives
163-
-------------------------------
164-
165-
+-----------------+-------------+--------+--------+---------+--------+
166-
| Feature | **p | Flask | F | Django | Sta |
167-
| | yEchoNext** | | astAPI | | rlette |
168-
+=================+=============+========+========+=========+========+
169-
| Asynchronous | COMING SOON || ✔️ || ✔️ |
170-
| Capabilities | | | | | |
171-
+-----------------+-------------+--------+--------+---------+--------+
172-
| Performance | 🔥 High | 🐢 | 🚀 | 🐢 | 🚀 |
173-
| | | Mo | Very | M | Very |
174-
| | | derate | High | oderate | High |
175-
+-----------------+-------------+--------+--------+---------+--------+
176-
| Framework | ✔️ | ✔️ | ✔️ || ✔️ |
177-
| Weight | | | | Heavy | |
178-
+-----------------+-------------+--------+--------+---------+--------+
179-
| Ecosystem | 🛠️ Flexible | 🎨 | 🎨 | ⚙️ | ⚙️ |
180-
| | | Fl | M | Mon | M |
181-
| | | exible | odular | olithic | odular |
182-
+-----------------+-------------+--------+--------+---------+--------+
183-
| Ease of Use | ✔️ | ✔️ | ✔️ || ✔️ |
184-
+-----------------+-------------+--------+--------+---------+--------+
185-
| Configurability | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
186-
+-----------------+-------------+--------+--------+---------+--------+
187-
| Documentation | 📚 | 📚 | 📚 | 📚 Very | 📚 |
188-
| Quality | Excellent | Good | Exc | Good | Good |
189-
| | | | ellent | | |
190-
+-----------------+-------------+--------+--------+---------+--------+
191-
| Flexible | 🌍 Flexible | 🌍 | 🌍 | 🌍 | 🌍 |
192-
| Deployments | | St | St | S | Fl |
193-
| | | andard | andard | tandard | exible |
194-
+-----------------+-------------+--------+--------+---------+--------+
195-
| Testing Support | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
196-
+-----------------+-------------+--------+--------+---------+--------+
197-
| Community Size | 📢 Growing | 📢 | 📢 | 📢 | 📢 |
198-
| | | Large | G | Large | Em |
199-
| | | | rowing | | erging |
200-
+-----------------+-------------+--------+--------+---------+--------+
201-
| Built-in | ✔️ Jinja2 & | ✔️ | ✔️ | ✔️ | ✔️ |
202-
| Template Engine | builtin | Jinja2 | Jinja2 | Django | Jinja2 |
203-
+-----------------+-------------+--------+--------+---------+--------+
204-
| Task Queue || ✔️ | ✔️ | ✔️ | ✔️ |
205-
| Integration | | Celery | Celery | Celery | Celery |
206-
+-----------------+-------------+--------+--------+---------+--------+
207-
| Static File | 🚀 Built-in | 🌍 | 🚀 | 🚀 | 🚀 |
208-
| Serving | | Manual | Bu | B | Bu |
209-
| | | | ilt-in | uilt-in | ilt-in |
210-
+-----------------+-------------+--------+--------+---------+--------+
211-
| Analytics | ✔️ Easy | 🛠️ | ✔️ || ✔️ |
212-
| Integration | | Manual | Easy | | Easy |
213-
+-----------------+-------------+--------+--------+---------+--------+
214-
215-
📈 Note: Echonext excels in performance while staying lightweight,
216-
making it a top-notch choice for your next project!
217-
218162
📚 Key Features
219163
---------------
220164

0 commit comments

Comments
 (0)