driver module

Driver script for anki-extract.

  • Backs up previous JSON output

  • Runs extract.py to generate a new extract from an Anki database

  • Compares new and previous JSON files

  • Validates the output using check.py

driver.main()

Main entry point for the driver script.

driver.usage()

Prints usage information and exits.