Yet another jinja2 cli command for static text generation
Project description
- Author:
C.W.
- Issues:
- License:
MIT
moban brings the high performance template engine (JINJA2) for web into static text generation. It is used in pyexcel project to keep documentation consistent across the documentations of individual libraries.
Installation
You can install it via pip:
$ pip install moban
or clone it and install it:
$ git clone http://github.com/moremoban/moban.git
$ cd moban
$ python setup.py install
Quick start
Here is a simple example:
$ moban -c data.yml -t my.template
$ cat moban.output
Given data.yml as:
hello: world
and my.template as:
{{hello}}
moban.output will contain:
world
the tutorial has more use cases.
Usage
- usage: moban [-h] [-cd CONFIGURATION_DIR] [-c CONFIGURATION]
[-td [TEMPLATE_DIR [TEMPLATE_DIR …]]] [-t TEMPLATE] [–template_type TEMPLATE_TYPE] [-o OUTPUT] [-f]
Yet another jinja2 cli command for static text generation
optional arguments
-h, –help show this help message and exit
-cd CONFIGURATION_DIR –configuration_dir CONFIGURATION_DIR the directory for configuration file lookup
-c CONFIGURATION, –configuration CONFIGURATION the dictionary file
-td [TEMPLATE_DIR [TEMPLATE_DIR …]], –template_dir [TEMPLATE_DIR [TEMPLATE_DIR …]] the directories for template file lookup
-t TEMPLATE, –template TEMPLATE the template file
–template_type TEMPLATE_TYPE the template type, default is jinja2
-o OUTPUT, –output OUTPUT the output file
-f force moban to template all files despite of .moban.hashes
CHANGE Log
0.0.8 - 18-Nov-2017
Added
issue 8, verify the existence of custom template and configuration directories. default .moban.td, .moban.cd are ignored if they do not exist.
Updated
Colorize error messages and processing messages. crayons become a dependency.
0.0.7 - 19-Jul-2017
Added
Bring the visibility of environment variable into jinja2 templating process: issue 7
0.0.6 - 16-Jun-2017
Added
added ‘-f’ flag to force moban to template all files despite of .moban.hashes
Updated
moban will not template target file in the situation where the changes occured in target file than in the source: the template file + the data configuration after moban has been applied. This new release will remove the change during mobanization process.
0.0.5 - 17-Mar-2017
Added
Create a default hash store when processing a moban file. It will save unnecessary file write to the disc if the rendered content is not changed.
Added summary reports
0.0.4 - 11-May-2016
Updated
Bug fix issue 5, should detect duplicated targets in .moban.yml file.
0.0.3 - 09-May-2016
Updated
Bug fix issue 4, keep trailing new lines
0.0.2 - 27-Apr-2016
Updated
Bug fix issue 1, failed to save utf-8 characters
0.0.1 - 23-Mar-2016
Initial release
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for moban-0.0.8-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6c4021ca8452b3f3fcbc0d730779668b6ac412d72f7914f2b9e862d97cc295f7 |
|
MD5 | 14a12244283430913968ea82c515663f |
|
BLAKE2b-256 | f8c463a5735f8a5d6d9314cd8369cc6196fcfec27cc2375c0fc5456f31bbdb26 |