meterReading_1 module

meterReading_1.dateSuffix(date)[source]
meterReading_1.formatReading(result, fuelFlag)[source]

Takes a set of meter readings and formats them to work with the table in the meter readings database.

Parameters:result (list of tuples) – The readings to be formatted.
Returns:List of readings formatted to work with the meter readings table format
Return type:list of tuples
meterReading_1.main()[source]

Main loop of programme

meterReading_1.printReadings(readings, fuelString)[source]