From d354649db32cbe9bd89d33a7ebb5ec195c82e6cf Mon Sep 17 00:00:00 2001 From: Pavel Dedik Date: Tue, 6 Jan 2026 10:46:40 +0100 Subject: [PATCH] Add ludic to the list of utilities --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index dcde5f3..d110f61 100644 --- a/README.md +++ b/README.md @@ -100,6 +100,7 @@ Learn more in [PEP 750](https://peps.python.org/pep-0750/). - [sql-tstring](https://github.com/pgjones/sql-tstring) - Safe SQL query building with t-strings, including optional clause rewriting and dialect support (`pip install sql-tstring`) - [t-sql](https://pypi.org/project/t-sql/) - Lightweight SQL templating that turns t-strings into parameterized queries, supporting qmark, numeric, named, format, and pyformat styles on Python 3.14+ - [psycopg 3 template string queries](https://www.psycopg.org/psycopg3/docs/basic/tstrings.html) - Experimental template string execution in psycopg 3.3 preview builds (installable from Test PyPI as `psycopg[binary]==3.3.0.dev1`) tested with Python 3.14 RC builds +- [ludic](https://github.com/getludic/ludic) - Lightweight HTML templating library and web framework with t-strings support ### Utilities