module name
entree.projects.flask
 version
0.0
 DESCRIPTION
.. module:: entree.projects.flask.. moduleauthor:: Julien Spronck.. created:: Feb 2018Module for Flask projects
dependent modules
- entree.projects.base
- os
variables
- FILEBASE
- PROJECT_LONG_NAME
- PROJECT_TYPE
- SINGLE_FILE
- TEMPLATE_DIR
classes
- 
     Flask(ProjectBase)Class for Flask projects Class attributes: project_type (str): project type (e.g. flask) project_long_name (str): long name for a project (e.g. 'Large Flask') template_dir (str): path to the project template directory relative to the template root directory single_file (str): path to a single file that you want to create in single-file mode relative to the template root directory replace (dict, default=None): dictionary mapping template file names that should be replaced when creating the files. For example, {'unittest_py.template': 'test_project.py'} version (str): version numberclass attributes- project_long_name
- project_type
- single_file
- template_dir
- version
 
This page was made with pytree 1.0