Differences between revisions 1 and 7 (spanning 6 versions)
Revision 1 as of 2013-08-29 19:52:51
Size: 808
Comment:
Revision 7 as of 2013-08-29 20:22:07
Size: 1881
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
 * [[http://mrbob.readthedocs.org/en/latest/|mr.bob]]
 * [[http://templer-manual.readthedocs.org/en/latest/index.html|Tembler]]
 * [[http://pythonpaste.org/script/|Paste Script]]
 * [[http://cookiecutter.readthedocs.org/en/latest/|Cookiecutter]]
 * [[http://harobed.github.io/echafaudage/|Echafaudage]]
 * [[https://pypi.python.org/pypi/modern-package-template/|modern-package-template]] (limited to Python package creation)
A skeleton builder tools are tools that takes a directory skeleton, copies over its directory structure to a target folder and can use a templating engine to dynamically generate the files.

Keywords : skleton, scaffolding…

 * [[http://mrbob.readthedocs.org/en/latest/|mr.bob]] (the more powerful)
 * [[http://templer-manual.readthedocs.org/en/latest/index.html|Tembler]] (depreciated, replaced by mr.bob)
 * [[http://pythonpaste.org/script/|Paste Script]] (depreciated, replaced by mr.bob and pcreate in Pyramid framework)
 * [[http://cookiecutter.readthedocs.org/en/latest/|Cookiecutter]] (very similar with mr.bob)
 * [[http://harobed.github.io/echafaudage/|Echafaudage]] (very simple tool with few feature)

More informations :

 * mr.bob :
   * use Jinja2 template engine
   * config file is in ini format
   * specific feature : pre, post [[http://mrbob.readthedocs.org/en/latest/templateauthor.html#hooks|hooks]]
 * Cookiecutter :
   * use Jinja2 template engine
   * config file is in json format
 * Echafaudage :
   * use [[http://pythonpaste.org/tempita/|tempita]] template engine
   * config file is in json format
   * specific feature : standalone file executable directly with python -c "$(curl ...)"


=== Limited to package creation ===

 * [[https://pypi.python.org/pypi/modern-package-template/|modern-package-template]] (depreciated, replaced by mr.bob)
 * [[https://github.com/fcurella/python-packager|python-packager]]

=== Framework specific ===

Skeleton Builder Tools

A skeleton builder tools are tools that takes a directory skeleton, copies over its directory structure to a target folder and can use a templating engine to dynamically generate the files.

Keywords : skleton, scaffolding…

More informations :

  • mr.bob :
    • use Jinja2 template engine
    • config file is in ini format
    • specific feature : pre, post hooks

  • Cookiecutter :
    • use Jinja2 template engine
    • config file is in json format
  • Echafaudage :
    • use tempita template engine

    • config file is in json format
    • specific feature : standalone file executable directly with python -c "$(curl ...)"

Limited to package creation

Framework specific

SkeletonBuilderTools (last edited 2021-04-06 09:22:20 by ProfMilki)

Unable to edit the page? See the FrontPage for instructions.