An open API service indexing awesome lists of open source software.

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

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