ImperialCollegeLondon / pycsvy

Python reader/writer for CSV files with YAML header information
BSD 3-Clause "New" or "Revised" License
6 stars 7 forks source link

Add CSV Dialect `pydantic` class #93

Closed dalonsoa closed 3 days ago

dalonsoa commented 3 days ago

To be used, eventually, to validate the part of the header that indicates the dialect. It incorporates a few shortcuts to get some common CSV dialect configurations, as exposed by the python built-in package csv.

This functionality is not used anywhere, yet. It will be used later, when implementing #79 and then #80 #81 #82 and #84

Close #2