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
a65d3987
Commit
a65d3987
authored
Oct 30, 2009
by
Chris Wanstrath
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update readme with new api
parent
40d09a12
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
4 deletions
+12
-4
README.md
+12
-4
No files found.
README.md
View file @
a65d3987
...
...
@@ -17,10 +17,18 @@ Documentation
For now check out the
[
ctemplate
][
3
]
or
[
Mustache
][
4
]
docs.
Tests
-----
Use It
------
>>> import pystache
>>> pystache.render('Hi {{person}}!', {'person': 'Mom'})
'Hi Mom!'
Test It
-------
Want to run the tests?
[
nose
][
n
]
works great!
[
nose
][
n
]
works great!
easy_install nose
cd pystache
...
...
@@ -31,7 +39,7 @@ Author
------
context = { 'author': 'Chris Wanstrath', 'email': 'chris@ozmm.org' }
P
ystache.render("{{author}} :: {{email}}", context)
p
ystache.render("{{author}} :: {{email}}", context)
[
1
]:
http://code.google.com/p/google-ctemplate/
...
...
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