Skip to content

Commit

Permalink
Addressed issue #43: added spec version that pystache complies with.
Browse files Browse the repository at this point in the history
  • Loading branch information
cjerdonek committed Jan 2, 2012
1 parent dabcc10 commit 594bc73
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,18 @@ inspired by ctemplate_ and et_.
As ctemplates says, "It emphasizes separating logic from presentation:
it is impossible to embed application logic in this template language."

Pystache is a Python implementation of Mustache. Pystache requires
Python 2.6.
Pystache is a Python implementation of Mustache. Currently, it passes
all tests in version 1.0.3_ of the Mustache spec_.

Pystache is semantically versioned: http://semver.org.

Logo: David Phillips - http://davidphillips.us/

Requirements
============

Pystache is currently tested under Python 2.6.

Documentation
=============

Expand Down Expand Up @@ -111,3 +116,4 @@ Author
.. _mustache(5): http://mustache.github.com/mustache.5.html
.. _nose: http://somethingaboutorange.com/mrl/projects/nose/0.11.1/testing.html
.. _spec: https://github.com/mustache/spec
.. _v1.0.3: https://github.com/mustache/spec/tree/48c933b0bb780875acbfd15816297e263c53d6f7

0 comments on commit 594bc73

Please sign in to comment.