[PR #1095] [CLOSED] TemPy added to Templating engines. #981

Closed
opened 2025-11-06 13:06:43 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/vinta/awesome-python/pull/1095
Author: @Hrabal
Created: 7/20/2018
Status: Closed

Base: masterHead: master


📝 Commits (1)

  • ce8577d TemPy added to Templating engines.

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 README.md (+1 -0)

📄 Description

What is this Python project?

OOP HTML templating system. Build HTML pages without the need to learn a new templating syntax and using all the power of Python's syntax.

What's the difference between this Python project and similar ones?

  • no need to write html in any way to have html
  • generation of html dynamically using all the power of python language (not a templating language)
  • Inheritance of templates in OOP fashion not "includes"
  • full reusability of templates
  • overall speed (for complex html structures)

--

Anyone who agrees with this pull request could vote for it by adding a 👍 to it, and usually, the maintainer will merge it when votes reach 20.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/vinta/awesome-python/pull/1095 **Author:** [@Hrabal](https://github.com/Hrabal) **Created:** 7/20/2018 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`ce8577d`](https://github.com/vinta/awesome-python/commit/ce8577d47359da23f91f6cff79d81d0ca83a5101) TemPy added to Templating engines. ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) </details> ### 📄 Description ## What is this Python project? OOP HTML templating system. Build HTML pages without the need to learn a new templating syntax and using all the power of Python's syntax. ## What's the difference between this Python project and similar ones? - no need to write html in any way to have html - generation of html dynamically using all the power of python language (not a templating language) - Inheritance of templates in OOP fashion not "includes" - full reusability of templates - overall speed (for complex html structures) -- Anyone who agrees with this pull request could vote for it by adding a :+1: to it, and usually, the maintainer will merge it when votes reach **20**. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-06 13:06:43 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-python#981