**Features**:
- Process GitHub event files into structured activities.
- Map raw GitHub events to high-level actions (e.g., OpenIssue, ClosePullRequest).
- Group related actions into meaningful activities (e.g., MergePullRequest, ManageBranches, ReviewPullRequest).
- Flexible configuration via JSON files to define event-to-action and action-to-activity mappings.
- Handle large datasets efficiently with progress tracking using `tqdm`.
- CLI tool for easy processing and output generation in JSONL format.
What's Changed
* Use pyproject.toml, bundle config files and make CLI available by AlexandreDecan in https://github.com/uhourri/ghmap/pull/1
New Contributors
* AlexandreDecan made their first contribution in https://github.com/uhourri/ghmap/pull/1
**Full Changelog**: https://github.com/uhourri/ghmap/commits/v1.0.0