From 31518799f610e5637fb2157f11585d3c5958a307 Mon Sep 17 00:00:00 2001 From: Clemens Schwaighofer Date: Mon, 27 Oct 2025 11:20:46 +0900 Subject: [PATCH] README update --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8839233..00457c0 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ This is a pip package that can be installed into any project and covers the foll - logging update with exception logs - requests wrapper for easier auth pass on access - dict fingerprinting +- sending email - jmespath search - json helpers for conten replace and output - dump outputs for data for debugging @@ -26,6 +27,7 @@ This is a pip package that can be installed into any project and covers the foll - debug_handling: various debug helpers like data dumper, timer, utilization, etc - db_handling: SQLite interface class - encyption_handling: symmetric encryption +- email_handling: simple email sending - file_handling: crc handling for file content and file names, progress bar - json_handling: jmespath support and json date support, replace content in dict with json paths - iterator_handling: list and dictionary handling support (search, fingerprinting, etc)