pre_gen_project#
This module contains hooks which are executed before the template is rendered.
Module Contents#
Functions#
|
Apply pre-generation hooks. |
Attributes#
- pre_gen_project.EXCEPTION_MSG_MODULE_NAME = Multiline-String[source]#
Show Value
1ERROR: The project slug ({module_name}) is not a valid Python module name. 2 3Please do not use anything other than letters, numbers, and underscores '_'. 4The first character must not be a number.
- pre_gen_project.EXCEPTION_MSG_ENVIRON_NAME = Multiline-String[source]#
Show Value
1ERROR: The project slug ({environment_name}) is not a valid conda environment name. 2 3Please do not use anything other than letters, numbers, underscores '_', 4and minus signs '-'.
- pre_gen_project.EXCEPTION_MSG_PYTHONVERSION = Multiline-String[source]#
Show Value
1ERROR: The python version must be >= {min_python_version}, got {python_version}.