[2ff88f42] feat(connector-superoffice): Implement Company Explorer sync and Holiday logic

- **Company Explorer Sync**: Added `explorer_client.py` and integrated Step 9 in `main.py` for automated data transfer to the intelligence engine.
- **Holiday Logic**: Implemented `BusinessCalendar` in `utils.py` using the `holidays` library to automatically detect weekends and Bavarian holidays, ensuring professional timing for automated outreaches.
- **API Discovery**: Created `parse_ce_openapi.py` to facilitate technical field mapping through live OpenAPI analysis.
- **Project Stability**: Refined error handling and logging for a smooth end-to-end workflow.
This commit is contained in:
2026-02-10 11:56:44 +00:00
parent b7265ff1e7
commit fd5ca41e7f
6 changed files with 223 additions and 20 deletions

View File

@@ -2,4 +2,5 @@ requests
python-dotenv
cryptography
pyjwt
xmltodict
xmltodict
holidays