Python Documentation: entree.projects.html5

module name

entree.projects.html5

version

0.0

DESCRIPTION

.. module:: entree.projects.html5
.. moduleauthor:: Julien Spronck
.. created:: Mar 2018

Module for HTML5 projects

dependent modules

  • entree.projects.base
  • os

variables

  • FILEBASE
  • PROJECT_LONG_NAME
  • PROJECT_TYPE
  • SINGLE_FILE
  • TEMPLATE_DIR

classes

  • HTML5(ProjectBase)
    Class for HTML5 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 number
    class attributes
    • project_long_name
    • project_type
    • single_file
    • template_dir
    • version
This page was made with pytree 1.0
Index