Commit eab5a263 by Chris Jerdonek

Merge branch 'issue_43' into development: closing issue #43

parents dabcc10c 594bc73b
...@@ -10,13 +10,18 @@ inspired by ctemplate_ and et_. ...@@ -10,13 +10,18 @@ inspired by ctemplate_ and et_.
As ctemplates says, "It emphasizes separating logic from presentation: As ctemplates says, "It emphasizes separating logic from presentation:
it is impossible to embed application logic in this template language." it is impossible to embed application logic in this template language."
Pystache is a Python implementation of Mustache. Pystache requires Pystache is a Python implementation of Mustache. Currently, it passes
Python 2.6. all tests in version 1.0.3_ of the Mustache spec_.
Pystache is semantically versioned: http://semver.org. Pystache is semantically versioned: http://semver.org.
Logo: David Phillips - http://davidphillips.us/ Logo: David Phillips - http://davidphillips.us/
Requirements
============
Pystache is currently tested under Python 2.6.
Documentation Documentation
============= =============
...@@ -111,3 +116,4 @@ Author ...@@ -111,3 +116,4 @@ Author
.. _mustache(5): http://mustache.github.com/mustache.5.html .. _mustache(5): http://mustache.github.com/mustache.5.html
.. _nose: http://somethingaboutorange.com/mrl/projects/nose/0.11.1/testing.html .. _nose: http://somethingaboutorange.com/mrl/projects/nose/0.11.1/testing.html
.. _spec: https://github.com/mustache/spec .. _spec: https://github.com/mustache/spec
.. _v1.0.3: https://github.com/mustache/spec/tree/48c933b0bb780875acbfd15816297e263c53d6f7
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment