https://github.com/byteface/htmlx
a lightweight version of domonic
https://github.com/byteface/htmlx
Last synced: 9 months ago
JSON representation
a lightweight version of domonic
- Host: GitHub
- URL: https://github.com/byteface/htmlx
- Owner: byteface
- License: mit
- Created: 2022-02-09T02:04:46.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-30T06:08:52.000Z (almost 4 years ago)
- Last Synced: 2025-06-19T03:12:34.979Z (9 months ago)
- Language: Python
- Size: 409 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# htmlx
A small python dom and html creation utility.
```python
from htmlx import html, body, h1
print(html(body(h1('Hello, World!'))))
#
Hello, World!
```
### install
```bash
python3 -m pip install htmlx
```
### run tests
See the Makefile