CSV related help functions.
Read a dictionary from a csv file.
Write a dictionary to a csv file.
Optinally sorted by key (sort=0) or value (sort=1)
Return csv rows filtered using query.
args – aditional arguments for query function
query (func) – function with args row and wargs that returns a boolean deciding if each row will be included or not
stop (bool) – Stop at first match or get all