A GitHub event mapping and analysis tool that processes GitHub Events API data to generate human-readable summaries. Version 2.0.4, actively maintained with monthly releases.
pip install ghmapNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Quickstart showing how to initialize GHMap with a GitHub token and map events from a repository.
Provide a valid GITHUB_TOKEN via environment variable or constructor argument.
Replace `--output-format json` with `--format json`.
Check return value with `if summary is not None:` or use `or` to provide a default.
Use raw strings or forward slashes in config paths, or upgrade to >=2.0.1.