Author: sebb Date: Fri Jan 9 21:08:33 2026 New Revision: 1931202 Log: Docco
Modified: comdev/projects.apache.org/trunk/scripts/cronjobs/parsecommitters.py Modified: comdev/projects.apache.org/trunk/scripts/cronjobs/parsecommitters.py ============================================================================== --- comdev/projects.apache.org/trunk/scripts/cronjobs/parsecommitters.py Fri Jan 9 20:03:58 2026 (r1931201) +++ comdev/projects.apache.org/trunk/scripts/cronjobs/parsecommitters.py Fri Jan 9 21:08:33 2026 (r1931202) @@ -1,6 +1,7 @@ #!/usr/bin/env python3 """ +Extracts data showing the number of accounts created each month. Reads: https://whimsy.apache.org/public/member_info.json @@ -107,9 +108,6 @@ with open("../../site/json/foundation/gr json.dump(groups, f, sort_keys=True, indent=0, ensure_ascii=False) f.close() -###### Test of alternate account evolution counting - start ##### -# see also countaccounts.py, which creates accounts-evolution.json - from datetime import datetime accounts = {} # key: yyyy-mm value: number of accounts created now = datetime.now() # fetch time once
