frab-cli is a commandline tool for schedule creation in frab format. Simply enter the schedule informations from the commandline and generate a .xml schedule.
Please be aware about frab-clis unfinished codebase. There might be checks missing to filter invalid inputs
usage: python main.py [-h] [-c]
Script for schedule creation on the commandline in frab format
options:
-h, --help show this help message and exit
-c, --create create a new schedule
Because frab-cli isn't finished yet you can check the correctness of the generated schedule with the provided script validate_schedule_xml.sh
. The script was written by the VOC.
You can also use their online validator.