Model/packages/utils
2026-05-15 10:56:53 +00:00
..
src/utils added potential file scaffolding: 2026-05-15 10:56:53 +00:00
pyproject.toml added potential file scaffolding: 2026-05-15 10:56:53 +00:00
README.md added potential file scaffolding: 2026-05-15 10:56:53 +00:00

domna-utils

Cross-cutting infrastructure helpers. Nothing domain-specific — anything in here should be portable across services.

Will live here (migrating from utils/ and backend/utils/)

  • Logging — logger.py
  • S3 — s3.py
  • Pandas helpers — pandas_utils.py
  • CloudWatch URL builder — cloudwatch.py
  • SQS subtask helpers — subtasks.py

Will NOT live here

Service-specific parsers (Osmosis condition report, full-SAP parser, SharePoint integration) move into the service that owns them, not here.