about summary refs log tree commit diff stats
path: root/parse_data.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* refactor importsChristian Krinitsin2025-04-091-7/+7
|
* add support for csv input filesChristian Krinitsin2025-04-091-8/+15
|
* fix program inputChristian Krinitsin2025-04-091-2/+2
|
* add a cli to give the path of the executable and pipe the results to csv-parserChristian Krinitsin2025-04-081-6/+36
|
* add test class and finish parsing of csvChristian Krinitsin2025-04-081-13/+52
|
* add public interface for parsing dataChristian Krinitsin2025-04-081-0/+24