MaxPensel
MaxPensel
Extended files: {{cookiecutter.project_slug}}/src/{{cookiecutter.module_name}}/main.py {{cookiecutter.project_slug}}/notebooks/example.ipynb Affected option: `config_file` Chosing `hocon` option creates the following code in `main.py`: ``` import logging from test_hocon import util logger = logging.getLogger("test_hocon") def main(): config =...
Depending on the choice of config file type (yaml / hocon / none), different locations for the respecitve config files are used. The hocon choice uses {{cookiecutter.project_slug}}/src/{{cookiecutter.module_name}}/res/default.conf while the yaml...
When create_cli is answered with "no" it may still be nice to show how to configure and use the util.logger in the main.py as a showcase.