GitXplorerGitXplorer
r

rubasse-to-artisan

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.

No commits found

There are no commits on branch master.

README

The README file for this repository.

rubasse-to-artisan

A simple script to transform the output of Rubasse coffee roaster to an Artisan compatible CSV

Usage

main.py [-h] [--suffix [SUFFIX]] [--ext [EXT]] [--unit [UNIT]] file

Transform rubasse csv files to artisan csv format

positional arguments:
  file               path of file to transform (relative or absolute)

optional arguments:
  -h, --help         show this help message and exit
  --suffix [SUFFIX]  suffix to add (original_file_name{suffix}{ext}) (default:
                     _artisan)
  --ext [EXT]        extension to use (original_file_name{suffix}{ext})
                     (default: .tsv)
  --unit [UNIT]      unit to use (C/F) (default: C)