-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
IORelated to loading/writing input/output filesRelated to loading/writing input/output filesrefactor
Milestone
Description
Currently we hand-write some field-specific unstructuring logic inside one big unstructure_component hook. This is convenient because we also reshape period data in the same place. But eventually it would be cleaner to have cattrs (un)structuring hooks for every type we might see in incoming data, except for containers (dicts/tuples) which cattrs will handle automatically.
Metadata
Metadata
Assignees
Labels
IORelated to loading/writing input/output filesRelated to loading/writing input/output filesrefactor