Writing a Jinja-inspired template library in Python

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • pongo2

    Django-syntax like template-engine for Go

    Yes, there is pongo2 [0] and my runner (basically a small Go software that runs the template engine) pongo2-runner [1].

    I'm not the author of the library (pongo2), but I'm using pongo2-runner to dynamically create config files out of environment variables, with custom logic. Super recommended.

    [0]: https://github.com/flosch/pongo2

    [1]: https://github.com/swisscom/pongo2-runner

  • CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  • pongo2-runner

    A small utility to render pongo2 templates

    Yes, there is pongo2 [0] and my runner (basically a small Go software that runs the template engine) pongo2-runner [1].

    I'm not the author of the library (pongo2), but I'm using pongo2-runner to dynamically create config files out of environment variables, with custom logic. Super recommended.

    [0]: https://github.com/flosch/pongo2

    [1]: https://github.com/swisscom/pongo2-runner

  • Twig

    Twig, the flexible, fast, and secure template language for PHP

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • How to integrate Component Architecture into Symfony?

    2 projects | dev.to | 15 Mar 2024
  • Php career guide

    2 projects | /r/PHP | 21 Apr 2023
  • JSON Data to HTML Table

    1 project | /r/PHP | 1 Mar 2023
  • Custom Statblocks

    1 project | /r/WorldAnvil | 8 Jan 2023
  • Laravel vs. Symfony: Which Framework is right for your project?

    1 project | dev.to | 5 Dec 2022

Did you konow that Go is
the 4th most popular programming language
based on number of metions?