dataclass_helpers
Contains helper methods for dataclasses.
Functions
Summary
Create a dictionary containing all fields of the dataclass.
Create a dataclass field with which will be excluded from
asdict.Create a dataclass field which can be and object of type
targetClassor file path.Create
file_loaderfunctions to loadtargetClassfrom file.Create a dataclass instance from a dict and loads all file represented fields.
Load objects into class when dataclass is initialized with paths.