tacl prepare

usage: tacl prepare [-h] [-v] [-s SOURCE] INPUT OUTPUT

Convert CBETA TEI XML files (which may have multiple files per work) into XML
suitable for processing via the tacl strip command.

positional arguments:
  INPUT                 Directory containing XML files to prepare.
  OUTPUT                Directory to output prepared files to.

options:
  -h, --help            show this help message and exit
  -v, --verbose         Display debug information; multiple -v options
                        increase the verbosity. (default: None)
  -s SOURCE, --source SOURCE
                        Source of TEI files. (default: cbeta-github)

Existing files are not overwritten by this command.

The TEI source options are:

* cbeta-github: The CBETA TEI files as distributed on their GitHub repository
  at https://github.com/cbeta-org/xml-p5.git.