CHANGELOG.rst
CONTRIBUTORS.rst
LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
docs/README.rst
docs/conf.py
docs/engine.png
docs/engine.uml
docs/extension.rst
docs/index.rst
docs/level-1-jinja2-cli/README.rst
docs/level-1-jinja2-cli/a.template
docs/level-1-jinja2-cli/data.yml
docs/level-10-moban-dependency-as-git-repo/.moban.yml
docs/level-10-moban-dependency-as-git-repo/README.rst
docs/level-10-moban-dependency-as-git-repo/config.yml
docs/level-10-moban-dependency-as-git-repo/mytravis.yml
docs/level-10-moban-dependency-as-git-repo/local/demo.txt.jj2
docs/level-10-moban-dependency-as-git-repo/local/mytravis.yml
docs/level-11-use-handlebars/.moban.yml
docs/level-11-use-handlebars/README.rst
docs/level-11-use-handlebars/a.template.handlebars
docs/level-11-use-handlebars/b.output
docs/level-11-use-handlebars/data.yml
docs/level-11-use-handlebars/.moban.cd/data.base.yaml
docs/level-11-use-handlebars/.moban.td/base.hbs
docs/level-2-template-inheritance/README.rst
docs/level-2-template-inheritance/a.template
docs/level-2-template-inheritance/data.yml
docs/level-2-template-inheritance/.moban.td/base.jj2
docs/level-3-data-override/README.rst
docs/level-3-data-override/a.template
docs/level-3-data-override/data.yml
docs/level-3-data-override/.moban.cd/data.base.yaml
docs/level-3-data-override/.moban.td/base.jj2
docs/level-4-single-command/.moban.yml
docs/level-4-single-command/README.rst
docs/level-4-single-command/a.template.jj2
docs/level-4-single-command/data.yml
docs/level-4-single-command/.moban.cd/data.base.yaml
docs/level-4-single-command/.moban.td/base.jj2
docs/level-5-custom-configuration/.moban.yml
docs/level-5-custom-configuration/README.rst
docs/level-5-custom-configuration/data.yml
docs/level-5-custom-configuration/cool-templates/base.jj2
docs/level-5-custom-configuration/cool-templates/cool.template
docs/level-5-custom-configuration/custom-config/data.base.yaml
docs/level-5-custom-configuration/custom-templates/a.template.jj2
docs/level-6-complex-configuration/.moban.yml
docs/level-6-complex-configuration/README.rst
docs/level-6-complex-configuration/a.output
docs/level-6-complex-configuration/data.yml
docs/level-6-complex-configuration/data2.yml
docs/level-6-complex-configuration/cool-templates/base.jj2
docs/level-6-complex-configuration/cool-templates/cool.template.jj2
docs/level-6-complex-configuration/custom-config/data.base.yaml
docs/level-6-complex-configuration/custom-templates/a.template.jj2
docs/level-7-use-custom-jinja2-filter-test-n-global/.moban.yml
docs/level-7-use-custom-jinja2-filter-test-n-global/README.rst
docs/level-7-use-custom-jinja2-filter-test-n-global/data.yml
docs/level-7-use-custom-jinja2-filter-test-n-global/filter.output
docs/level-7-use-custom-jinja2-filter-test-n-global/global.output
docs/level-7-use-custom-jinja2-filter-test-n-global/custom-jj2-plugin/__init__.py
docs/level-7-use-custom-jinja2-filter-test-n-global/custom-jj2-plugin/filter.py
docs/level-7-use-custom-jinja2-filter-test-n-global/custom-jj2-plugin/global.py
docs/level-7-use-custom-jinja2-filter-test-n-global/custom-jj2-plugin/test.py
docs/level-7-use-custom-jinja2-filter-test-n-global/my-templates/filter.jj2
docs/level-7-use-custom-jinja2-filter-test-n-global/my-templates/global.jj2
docs/level-7-use-custom-jinja2-filter-test-n-global/my-templates/test.jj2
docs/level-8-pass-a-folder-full-of-templates/.moban.yml
docs/level-8-pass-a-folder-full-of-templates/README.rst
docs/level-8-pass-a-folder-full-of-templates/config/level8.yml
docs/level-8-pass-a-folder-full-of-templates/template-folder/templates/my.jj2
docs/level-9-moban-dependency-as-pypi-package/.moban.yml
docs/level-9-moban-dependency-as-pypi-package/README.rst
docs/level-9-moban-dependency-as-pypi-package/config.yml
docs/level-9-moban-dependency-as-pypi-package/local/demo.txt.jj2
docs/misc-1-copying-templates/.moban.yml
docs/misc-1-copying-templates/README.rst
docs/misc-1-copying-templates/template-sources/file-in-template-sources-folder.txt
docs/misc-1-copying-templates/template-sources/dir-for-copying/afile.txt
docs/misc-1-copying-templates/template-sources/dir-for-copying/sub_directory_is_not_copied/becuase_star_star_is_needed.txt
docs/misc-1-copying-templates/template-sources/dir-for-recusive-copying/fileb.txt
docs/misc-1-copying-templates/template-sources/dir-for-recusive-copying/sub_directory_is_copied/because_star_star_is_specified.txt
moban/__init__.py
moban/__main__.py
moban/_version.py
moban/base_engine.py
moban/constants.py
moban/copier.py
moban/exceptions.py
moban/hashstore.py
moban/main.py
moban/mobanfile.py
moban/plugins.py
moban/reporter.py
moban/strategy.py
moban/utils.py
moban.egg-info/PKG-INFO
moban.egg-info/SOURCES.txt
moban.egg-info/dependency_links.txt
moban.egg-info/entry_points.txt
moban.egg-info/not-zip-safe
moban.egg-info/requires.txt
moban.egg-info/top_level.txt
moban/jinja2/__init__.py
moban/jinja2/engine.py
moban/jinja2/extensions.py
moban/jinja2/filters/__init__.py
moban/jinja2/filters/github.py
moban/jinja2/filters/repr.py
moban/jinja2/filters/text.py
moban/jinja2/tests/__init__.py
moban/jinja2/tests/files.py
tests/requirements.txt
tests/test_context.py
tests/test_copier.py
tests/test_docs.py
tests/test_engine.py
tests/test_filter_github.py
tests/test_filter_repr.py
tests/test_hash_store.py
tests/test_jinja2_engine.py
tests/test_jinja2_extensions.py
tests/test_main.py
tests/test_merge_dict.py
tests/test_moban_file.py
tests/test_reporter.py
tests/test_template.py
tests/test_text_filter.py
tests/test_utils.py
tests/test_yaml_loader.py
tests/fixtures/.moban-2.yml
tests/fixtures/.moban-version-1.0.yml
tests/fixtures/.moban-version-1234.yml
tests/fixtures/.moban.yml
tests/fixtures/a.handlebars
tests/fixtures/a.jj2
tests/fixtures/child.json
tests/fixtures/child.yaml
tests/fixtures/copier-test01.csv
tests/fixtures/copier-test02.csv
tests/fixtures/copier-test03.csv
tests/fixtures/copier-test04.csv
tests/fixtures/copier-test05.csv
tests/fixtures/duplicated.moban.yml
tests/fixtures/orphan.yaml
tests/fixtures/simple.yaml
tests/fixtures/config/base.yaml
tests/fixtures/copier-directory/level1-file1
tests/fixtures/copier-directory/copier-sample-dir/file1
tests/fixtures/environ_vars_as_data/test.template
tests/fixtures/globals/basic.template
tests/fixtures/globals/basic.yml
tests/fixtures/globals/nested.template
tests/fixtures/globals/variables.template
tests/fixtures/globals/variables.yml
tests/fixtures/jinja_tests/file_tests.template
tests/fixtures/jinja_tests/file_tests.yml
tests/fixtures/template-tests/a.jj2
tests/integration_tests/test_command_line_options.py