Welcome to mr.bob’s documentation!

Author:Tom Lazar <tom@tomster.org>, Domen Kožar <domen@dev.si>
Source code:github.com project
Bug tracker:github.com issues
License:BSD
Generated:January 02, 2013
Version:0.1a5

Introduction

mr.bob is a tool that takes a directory skeleton, copies over its directory structure to a target folder, and can use the Jinja2 (or some other) rendering engine to dynamically generate the files. Additionally, it can ask you questions needed to render the structure, or provide a config file to answer them.

mr.bob is meant to deprecate previous tools such as paster (PasteScript) and templer.

Glossary

dotted notation
Importable Python function specified with dots as importing a module separated with a column to denote a function. For example mrbob.rendering:render_structure
mr.bob
configures how mrbob behaves
variables
answers to the questions that will be passed to templates for rendering

Indices and tables

Project Versions

Table Of Contents

Next topic

User guide

This Page