feat: initial project structure
- 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
This commit is contained in:
6
.env.example
Normal file
6
.env.example
Normal file
@@ -0,0 +1,6 @@
|
||||
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
|
||||
Reference in New Issue
Block a user