- GitLabClient: REST Events API z paginacją, pobieranie członków grupy - Aggregator: zliczanie commitów, MR, komentarzy per użytkownik - Exporter: generowanie pliku Excel (openpyxl) ze stylami - main.py: CLI (click) + .env support - README, .env.example, requirements.txt, .gitignore
7 lines
163 B
Plaintext
7 lines
163 B
Plaintext
GITLAB_URL=https://gitlab.com
|
|
GITLAB_TOKEN=your_personal_access_token
|
|
GITLAB_GROUP=your-group-path
|
|
DATE_FROM=2024-01-01
|
|
DATE_TO=2024-12-31
|
|
OUTPUT_FILE=raport.xlsx
|