Roadmap
See also potential TODO and ROADMAP marks in the code source.
CSV
Import all former zut.csv tests / review test/samples-csv
Add unit tests (in particular:
CsvWriterwith duplicate column names)
CSV to db
Implement
insert_csvmethod for SQLite and SqlServerImplement
insert_csv_tempandcreate_table_tempfor abstract DbCreate a more general
load_csvmethod, that handles target table creation, reconciliation, etc.
Collection
parse_pgarray: implement parsing of sub arrays
Documentation
Publish docs on a docs site
Add link to docs site on README and in TOC
Complete missing docstrings (gradually)
CI/CD
Codeberg actions for auto build and publish (wheel and documentation)
Include generated freezed requirements.txt as CI/CD publication artifact