Skip to content

Commit

Permalink
Merge pull request #69 from ianiri/ianiri-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
Hrabal committed Oct 21, 2018
2 parents 84e9993 + 904deb0 commit 9a22228
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Build HTML without writing a single tag.
TemPy dynamically generates HTML and accesses it in a pure Python or jQuery fashion. Navigating the DOM and manipulating tags is also possible in a Python or jQuery-similar syntax.

### Why?
HTML is like SQL: we all use it, we know it works, we all recognize it's important, but our biggest dream is to never write a single line of it again. For SQL we have ORM's, but we're not there yet for HTML.
HTML is like SQL: we all use it, we know it works, we all recognize its importance, but our biggest dream is to never write a single line of it again. For SQL we have ORM's, but we're not there yet for HTML.
Templating systems are cool (Python syntax in HTML code) but not cool enough (you still have to write HTML somehow) ... so the idea of TemPy emerges.

### Weeeeeeee!
Expand Down Expand Up @@ -413,7 +413,7 @@ container_div.slice()
```

# Performance
Performance varies considerably based on the complexity of the rendered content, the amount of dynamic content on the page, the size of the produced output, and many other factors.
Performance varies considerably based on the complexity of the rendered content, the amount of dynamic content on the page, the size of the output, and many other factors.

TemPy does not parse strings, does not use regex, and does not load .html files, resulting in great speed compared to the traditional frameworks such as Jinja2 and Mako.

Expand Down

0 comments on commit 9a22228

Please sign in to comment.