GitXplorerGitXplorer
r

rubasse-to-artisan

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
f429e880e9c414b959838a89dd538f48d9611cbc

Support transform artisan export to rubasse format

rronlut committed 4 years ago
Unverified
d81e639cb68d2676e8dd893a7a774b23a7062f32

improve script. now supports et, events and all custom columns

rronlut committed 4 years ago
Unverified
9e099820c25ad02782efedcebdd6a5e88dc116f9

add default values to help text

rronlut committed 4 years ago
Unverified
f5c09e174caf7bb7a0d950e1d02c81bc280b8359

make it work without pathlib

rronlut committed 4 years ago
Unverified
bd6bc555b9bbc2ffeadd1a4c71168a7a23d2dc65

Add usage to readme

rronlut committed 4 years ago
Unverified
d708aa23405dbe6f386c67fc83ab884bda140680

basic working version (BT=ET; no events)

rronlut committed 4 years ago

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)