Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
pystache_custom
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
pystache_custom
Commits
0ed75fa0
Commit
0ed75fa0
authored
Oct 28, 2009
by
Chris Wanstrath
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
simple readme
parents
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
41 additions
and
0 deletions
+41
-0
README.md
+41
-0
No files found.
README.md
0 → 100644
View file @
0ed75fa0
Pystache
========
Inspired by
[
ctemplate
][
1
]
and
[
et
][
2
]
, Mustache is a
framework-agnostic way to render logic-free views.
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. It has been tested
with Python 2.6.1.
Documentation
-------------
For now check out the
[
ctemplate
][
3
]
or
[
Mustache
][
4
]
docs.
Tests
-----
Want to run the tests?
[
nose
][
n
]
works great!
easy_install nose
cd pystache
nosetests
Author
------
context = { 'author': 'Chris Wanstrath', 'email': 'chris@ozmm.org' }
Pystache.render("{{author}} :: {{email}}", context)
[
1
]:
http://code.google.com/p/google-ctemplate/
[
2
]:
http://www.ivan.fomichev.name/2008/05/erlang-template-engine-prototype.html
[
3
]:
http://google-ctemplate.googlecode.com/svn/trunk/doc/howto.html
[
4
]:
http://github.com/defunkt/mustache#readme
[
n
]:
http://somethingaboutorange.com/mrl/projects/nose/0.11.1/testing.html
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment