Skip to content

Commit c4fc949

Browse files
authored
Update README.md
1 parent ba9294d commit c4fc949

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,23 @@
77

88
# =============
99

10+
1011
Winged-Python is an innovative Domain-Specific Language (DSL) library for efficient HTML writing in Python. Mirroring its Swift counterpart, Winged-Python is based on the DSL concept, focusing on simplification and specificity in HTML generation. Using the Composite design pattern, the library enables developers to construct HTML structures in a logical, organized, and reusable manner.
1112

1213
This library is created to be fully independent, not requiring integration with specific server frameworks or front-end libraries. This offers developers the freedom to use Winged-Python across a variety of projects, from simple static pages to complex web applications, keeping the code clean, readable, and efficient.
1314

15+
16+
## PyPI Releases Page
17+
18+
- [Releases Page](https://pypi.org/manage/project/winged-python/releases/)
19+
20+
21+
## Install
22+
23+
```bash
24+
pip install winged-python==0.1.0
25+
```
26+
1427
## Usage Example
1528

1629

0 commit comments

Comments
 (0)