Skip to content

null-none/crel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

crel

Overview

fast, templateless html generation

Install

pip install crel

Example

from crel import div, h1, render, p

node = div({}, 
            h1({"id": "hello"}, "Hello World!"), 
            p({}, "hooray!")
        )

print(render(node))

About

fast, templateless html generation

Topics

Resources

License

Stars

Watchers

Forks

Languages