Skip to content

Releases: RAmuSelo/docs-convert

docs-convert v0.1.0

09 Jun 00:19

Choose a tag to compare

Initial public release of docs-convert.

Highlights:

  • Batch-convert office documents in a folder: docx->pdf, xlsx->csv, rtf->csv.
  • One sub-command per conversion; no interactive prompts, no config files.
  • Third-party readers (docx2pdf, openpyxl, striprtf) are optional, lazy-imported extras.
  • Stdlib unittest test suite (readers monkeypatched, no network, no secrets).
  • CI on Python 3.9/3.11/3.12.
  • MIT licensed.