producti_gestio.project package

producti_gestio.project module

producti_gestio.project

That’s the project part of the module. It is a simple way to generate a new project.

producti_gestio.project.generator

It generates a simple mini-project.

producti_gestio.project.generator.generate_code(name) → bool

It generates the source code in a directory.

Parameters:name (str) – The directory name
Returns:True if all went well.
Return type:bool