h1st.cli.project module¶
-
h1st.cli.project.
new_project
(project_name, base_path)[source]¶ Create a new project under the given base path
- Parameters
project_name – name of the project
base_path – target folder to create the project
-
h1st.cli.project.
new_model
(name, project_path, project_package, module_name=None)[source]¶ Create a new model template under the project path
- Parameters
name – model name
project_path – path to the project directory
project_package – package name of the project
module_name – module name for the model. By default it is model name in snake case format