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: CsvWriter with duplicate column names)

CSV to db

  • Implement insert_csv method for SQLite and SqlServer

  • Implement insert_csv_temp and create_table_temp for abstract Db

  • Create a more general load_csv method, 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