Closed stijnvanhoey closed 1 year ago
@peterdesmet how will, the vpts-csv-table-schema be versioned and will there be a logic to translate a version (e.g. 'v1' to the URL). An alternative is to let the user provide a URL as input of the validation functionality.
The URL will contain v1.0
https://github.com/enram/vptstools/blob/6a6953490e571a3a383c70a501f9d7352744c931/src/vptstools/vpts.py#L476
-> by only adjusting the url so
report = validate_vpts(df_vpts, version="v1")
becomes possible