htm.py
JSX-like syntax in plain Python (by jviide)
neat-html
A python library for writing and composing HTML. (by SamDudley)
htm.py | neat-html | |
---|---|---|
2 | 1 | |
107 | 9 | |
- | - | |
- | 1.7 | |
over 5 years ago | 4 months ago | |
Python | Python | |
MIT License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
htm.py
Posts with mentions or reviews of htm.py.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-04-21.
neat-html
Posts with mentions or reviews of neat-html.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-03-21.
-
Ludic: New framework for Python with seamless Htmx support
I've also been working on a library with a similar idea:
https://github.com/SamDudley/neat-html
It's still a work in progress so an example might be better to look at:
https://github.com/SamDudley/neat-html/blob/main/examples/fo...
I was inspired by some JavaScript libraries that I've used in the past:
* https://github.com/jorgebucaran/hyperapp
What are some alternatives?
When comparing htm.py and neat-html you can also consider the following projects:
packed - JSX-style syntax preprocessor for Python
fast_html - Generate HTML conveniently and efficiently in Python
ludic - 🌳 A type-safe HTML template engine for Python. Build dynamic web pages using Python components with a React-like approach.
compone - Component framework for Python
hotmetal - A tiny HTML generator 🔥🤘
html5tagger - Create HTML documents from Python