datazen.entry
index
/home/vkottler/src/vkottler/workspace/datazen/datazen/entry.py

This package's command-line entry-point (boilerplate).

 
Modules
       
argparse
os
sys

 
Functions
       
main(argv: List[str] = None) -> int
Program entry-point.

 
Data
        DESCRIPTION = 'Compile and render schema-validated configuration data.'
List = typing.List
VERSION = '3.1.4'