From 48bc88ef289cbb2a6d0ba332b1665425aa9f684f Mon Sep 17 00:00:00 2001 From: Andrew Date: Mon, 29 Dec 2025 12:30:45 +0000 Subject: [PATCH 1/2] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index e69de29..33d9283 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,6 @@ +Folder,Script,Purpose +church-tools,elvanto_attendance_fetcher.py,scrapes attendance figures from an elvanto attendance report. +church-tools,msfs_spreadsheet_generator.py,generates an excel spreadsheet for reporting ministry support fund information to PCQ CMR. +file-tools,list_s3_files.py, lists files in an s3 bucket and their urls. +file-tools,s3_gui_tool.py, lists and syncs files in an S# bucket using a gui. +file-tools,s3_sync.py,syncs a windows folder and an s3 bucket. \ No newline at end of file From c00fdfea354ce2e9bbf24c7c4b4cc2bb38d1ef01 Mon Sep 17 00:00:00 2001 From: Andrew Date: Mon, 29 Dec 2025 12:36:33 +0000 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 33d9283..d81cdb9 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ Folder,Script,Purpose -church-tools,elvanto_attendance_fetcher.py,scrapes attendance figures from an elvanto attendance report. +church-tools,elvanto_attendance_fetcher.py,scrapes attendance figures from an elvanto attendance report church-tools,msfs_spreadsheet_generator.py,generates an excel spreadsheet for reporting ministry support fund information to PCQ CMR. file-tools,list_s3_files.py, lists files in an s3 bucket and their urls. file-tools,s3_gui_tool.py, lists and syncs files in an S# bucket using a gui.