mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
15 lines
533 B
Markdown
15 lines
533 B
Markdown
# 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.
|