]> git.gag.com Git - hw/altusmetrum/commit
bin: Add python programs to handle CSV (and ODS) formatted parts files
authorKeith Packard <keithp@keithp.com>
Mon, 10 Feb 2025 22:43:14 +0000 (14:43 -0800)
committerKeith Packard <keithp@keithp.com>
Mon, 10 Feb 2025 22:43:14 +0000 (14:43 -0800)
commit05b848e5ec8a802eefc8d0f252eb8dad66246fb9
treecedff16c735f8f5e0c7d44715ebb635b98f45a55
parent7155ca3d0d0e124c107e061b4524d9c4271da011
bin: Add python programs to handle CSV (and ODS) formatted parts files

Tools necessary to transition from tab-separated file to a spreadsheet

Signed-off-by: Keith Packard <keithp@keithp.com>
bin/fillpartscsv.py [new file with mode: 0755]
bin/fillpartslist.py [new file with mode: 0755]
bin/parts.py [new file with mode: 0644]
bin/tabtocsv.py [new file with mode: 0755]