Expand description
Contains modules to export the time log data into different formats.
Modules§
- csv 🔒
- Contains the methods to create a CSV file from a list of time logs.
Enums§
- CsvError
- Errors that can occur during CSV file creation.
Functions§
- create_
csv - Creates a CSV file at
pathwhich contains the given time logs.