Issues
- 4
DeprecationWarning for distutils package
#52 opened by woidda - 3
Empty string throws exception
#59 opened by eric-j-ason - 0
DataclassReader cannot read datetime.time fields
#60 opened by ytausch - 2
Support for Enum type
#58 opened by swasher - 0
Type checker doesn't recognize the type of the dataclasses returned by DataclassReader
#56 opened by danjjackson - 15
Override constructor with transformation function
#33 opened by tewe - 0
- 2
Cannot read a nested dataclass
#53 opened by marco-luzzara - 4
- 2
Allow NULL values more conveniently, and fix README TypeError: non-default argument 'age' follows default argument
#47 opened by nealmcb - 2
Type annotations for *args and **kwds
#46 opened by gschwaer - 2
Default values are passed to their constructor
#32 opened by tewe - 0
Does not support __future__.annotations
#22 opened by johnthagen - 3
DataclassWriter
#24 opened by johnthagen - 7
- 4
- 2
- 4
Automatically generate candidate dataclass
#36 opened by nealmcb - 1
Support Optional fields
#23 opened by johnthagen - 1
datetime: support a formatter function in addition to the existing dateformat string
#17 opened by rtdean - 2
Report mapping non-existant column
#34 opened by tewe - 2
Support 'Path' columns
#28 opened by hhoeflin - 1
Feature Request: Support custom field types
#30 opened by alecbz - 1
- 1
Support frozen dataclasses
#26 opened by mschwerhoff - 2
- 5
Raise an error when using field(init=False)
#9 opened by dfurtado - 0
remapping of csv field -> dataclass field has issues when csv field has name match to dataclass field
#18 opened by rtdean - 2
- 1
Docstrings need to be added
#11 opened by dfurtado - 4
Add support for boolean fields
#12 opened by schobster