From 4d93aef8b8bc502283d15d3fe2e8486dd6f74122 Mon Sep 17 00:00:00 2001 From: Claude Date: Sun, 22 Feb 2026 19:42:30 +0000 Subject: [PATCH] docs: add HTML Export and Logging Support to available features in README https://claude.ai/code/session_01DrQ21Hm5VgYVhEU3nrm6q5 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 30e3607..d8eba7d 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,8 @@ To augment the python language with a human-like resourcefulness and decision ma Available features: -------- * **Automatic population:** of python data classes by analysing the source code of the class and following the user instruction +* **HTML Export:** Converts generated data into styled HTML pages for easy sharing and presentation +* **Logging Support:** Built-in logging integration to trace generation steps and debug outputs Quick Start