summaryrefslogtreecommitdiff
path: root/TODO.md
blob: 0d6be0b527ba900a90bc3f15d3eb0202fffa2946 (plain)
1
2
3
4
5
6
7
8
9
TODO
====

* Add a Renderer.render_name() method to render by template name.
* Turn the benchmarking script at pystache/tests/benchmark.py into a command in pystache/commands, or
  make it a subcommand of one of the existing commands (i.e. using a command argument).
* Provide support for logging in at least one of the commands.
* Make sure command parsing to pystache-test doesn't break with Python 2.4 and earlier.
* Combine pystache-test with the main command.