Merge branch 'development' to 'master': staging version 0.5.0-rc.
Showing
.gitmodules
0 → 100644
examples/complex.mustache
0 → 100644
examples/complex_view.mustache
deleted
100644 → 0
examples/extensionless
0 → 100644
examples/readme.py
0 → 100644
examples/say_hello.mustache
0 → 100644
examples/tagless.mustache
0 → 100644
pystache/commands.py
0 → 100644
pystache/context.py
0 → 100644
pystache/defaults.py
0 → 100644
pystache/init.py
0 → 100644
pystache/locator.py
0 → 100644
pystache/parsed.py
0 → 100644
pystache/parser.py
0 → 100644
pystache/renderengine.py
0 → 100644
pystache/renderer.py
0 → 100644
This diff is collapsed.
Click to expand it.
pystache/spec_loader.py
0 → 100644
pystache/template.py
deleted
100644 → 0
pystache/template_spec.py
0 → 100644
pystache/view.py
deleted
100644 → 0
setup.cfg
0 → 100644
tests/__init__.py
0 → 100644
tests/benchmark.py
0 → 100755
tests/common.py
0 → 100644
tests/data/__init__.py
0 → 100644
tests/data/ascii.mustache
0 → 100644
tests/data/duplicate.mustache
0 → 100644
tests/data/locator/duplicate.mustache
0 → 100644
tests/data/non_ascii.mustache
0 → 100644
tests/data/sample_view.mustache
0 → 100644
tests/data/say_hello.mustache
0 → 100644
tests/data/views.py
0 → 100644
tests/test_commands.py
0 → 100644
tests/test_context.py
0 → 100644
This diff is collapsed.
Click to expand it.
tests/test_locator.py
0 → 100644
tests/test_renderengine.py
0 → 100644
This diff is collapsed.
Click to expand it.
tests/test_renderer.py
0 → 100644
This diff is collapsed.
Click to expand it.
tests/test_spec.py
0 → 100644
tests/test_template_spec.py
0 → 100644
This diff is collapsed.
Click to expand it.
tests/test_view.py
deleted
100644 → 0
Please
register
or
sign in
to comment