Model/packages/utils/README.md
2026-05-15 10:56:53 +00:00

533 B

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.