pyprec.scripts package

Submodules

pyprec.scripts.pyprec module

This script is the pyprec package entry point. Parses the CL arguments and calls the appropriate function to run.

Example

Main help output:

$ pyprec --help
usage: pyprec [-h] [-r RUNCARD] [-l {DEBUG,INFO,WARNING,ERROR,CRITICAL}]

optional arguments:
  -h, --help            show this help message and exit
  -r RUNCARD, --runcard RUNCARD
                        The settings runcard file.
  -l {DEBUG,INFO,WARNING,ERROR,CRITICAL}
                        set logging level
pyprec.scripts.pyprec.main()[source]

Defines the pyprec entry point.

Module contents