Scripts for generating monthly summaries of Apache Software Foundation activity. Both scripts use uv for dependency management and can be run directly.
Reports on ASF activity from the previous month: new committers, new PMC members, and software releases.
./asf_activity.py [OPTIONS]
Options:
committers — New committers added last monthpmc — New PMC members added last monthreleases — Releases made last monthall — All of the above (default)-m, --markdown — Save output to a timestamped Markdown file (activity_YYYY_MM_DD.md)-h, --help — Show helpMultiple options can be combined, e.g. uv run asf_activity.py committers pmc --markdown.
Generates a Markdown summary of Apache projects celebrating their establishment anniversary in the current month. Output (summary and log file) is written to the birthdays/ directory.
./project_birthdays.py