From 5ab77a8d106a844f234b1616fd552a020ceb1e2e Mon Sep 17 00:00:00 2001 From: Andreas Pelme Date: Tue, 9 Jul 2024 21:08:04 +0200 Subject: [PATCH] Add pyxy to references. --- docs/references.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/references.md b/docs/references.md index 9037c45..d5445eb 100644 --- a/docs/references.md +++ b/docs/references.md @@ -1,10 +1,15 @@ # References +## Related projects + +- [pyxy](https://github.com/pyxy-org/pyxy) - Write HTML tags directly in Python (like JSX). Uses htpy to generate markup. A modern take on pyxl. + ## Projects That Use htpy - [voterbowl.org](https://voterbowl.org) - College students win prizes by checking if they are registered to vote: [Github repository](https://github.com/front-seat/voterbowl/tree/main/server/vb/components). -## Similar Libraries and Tools + +## Prior implementations of HTML in Python htpy was heavily inspired by many other libraries that came before it.