setup

setup

Functions

get_script_args()

Gets script arguments.

main(compiler_directives)

Setup function for ChessMoveHeatmap Cython support.

setup_chess(compiler_directives, force_flag)

Compiles the chess lib (excluding _interactive.py)

setup_main(compiler_directives, force_flag)

Compiles the ChessMoveHeatmap lib

setup.get_script_args() Namespace

Gets script arguments.

Returns:
Namespace
setup.main(compiler_directives: Dict[str, str]) None

Setup function for ChessMoveHeatmap Cython support.

Parameters:
compiler_directivesDict[str,str]
setup.setup_chess(compiler_directives: Dict[str, str], force_flag: List[str]) None

Compiles the chess lib (excluding _interactive.py)

Parameters:
compiler_directivesDict[str,str]
force_flagList[str]
setup.setup_main(compiler_directives: Dict[str, str], force_flag: List[str]) None

Compiles the ChessMoveHeatmap lib

Parameters:
compiler_directivesDict[str,str]
force_flagList[str]