awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

7 Repos

Awesome GitHub RepositoriesTemplate Variable Transformers

Filters for manipulating variables during the rendering process.

Distinct from Template Variables: Distinct from Template Variables: focuses on the transformation filters applied to variables rather than the variables themselves.

Explore 7 awesome GitHub repositories matching devops & infrastructure · Template Variable Transformers. Refine with filters or upvote what's useful.

Awesome Template Variable Transformers GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • getgrav/gravAvatar von getgrav

    getgrav/grav

    15,395Auf GitHub ansehen↗

    Grav is a flat-file content management system that eliminates the need for a traditional database by storing site content and configuration in human-readable Markdown and YAML files. Built as a modular PHP web framework, it uses a hierarchical page routing system where the physical directory structure directly determines the site's URL paths. The platform is distinguished by its event-driven plugin architecture and a command-line interface that prioritizes system administration, deployment, and maintenance tasks. It utilizes a blueprint-driven system to generate administrative forms from stru

    Applies filters to variables to manipulate text, format data, or perform conditional checks during the rendering process.

    PHPcmscontentcontent-management
    Auf GitHub ansehen↗15,395
  • pallets/jinjaAvatar von pallets

    pallets/jinja

    11,667Auf GitHub ansehen↗

    Jinja is a text-based templating library for Python designed to generate dynamic content through expressions, control structures, and template inheritance. It functions as a tool for building dynamic HTML, XML, or plain text documents, providing a structured environment for injecting data into templates to create complex outputs from simple sources. The engine distinguishes itself through a sandboxed execution environment that restricts access to system resources and sensitive functions when evaluating untrusted code. It further ensures secure content delivery by employing context-aware outpu

    Implements a pluggable pipeline of chainable filters for modifying variables directly within the template layer.

    Pythonjinjajinja2pallets
    Auf GitHub ansehen↗11,667
  • mozilla/nunjucksAvatar von mozilla

    mozilla/nunjucks

    8,964Auf GitHub ansehen↗

    Nunjucks is a JavaScript templating engine used for generating dynamic HTML by combining data with templates. It serves as an asynchronous template processor that allows for non-blocking execution within filters and parallel processing of iterations. The engine features a template inheritance system where base skeleton structures are defined and extended by child templates to fill specific content blocks. It includes a security utility for context-aware HTML escaping to prevent cross-site scripting during the rendering phase. The library provides capabilities for server-side rendering and da

    Provides a set of built-in and custom filters to modify variables during the rendering process.

    JavaScript
    Auf GitHub ansehen↗8,964
  • boundaryml/bamlAvatar von BoundaryML

    BoundaryML/baml

    7,636Auf GitHub ansehen↗

    BAML is a prompt engineering framework and LLM client generator that defines AI prompts as type-safe functions. It serves as a structured data extraction tool and workflow orchestrator, transforming unstructured model responses into strongly typed objects using a custom schema language and alignment algorithms. The project distinguishes itself by using a compiler to generate language-specific boilerplate code for API communication and output parsing. It features a dedicated environment for designing complex prompt templates with conditional logic and reusable snippets, and employs genetic alg

    Modifies strings and numbers using standard filters for casing, rounding, or trimming to clean prompt data.

    Rustbamlboundarymlguardrails
    Auf GitHub ansehen↗7,636
  • priorlabs/tabpfnAvatar von PriorLabs

    PriorLabs/TabPFN

    7,408Auf GitHub ansehen↗

    Applies configurable transformations to regression targets to handle skewed or non-trivial distributions.

    Pythondata-sciencefoundation-modelsmachine-learning
    Auf GitHub ansehen↗7,408
  • codeigniter4/codeigniter4Avatar von codeigniter4

    codeigniter4/CodeIgniter4

    5,924Auf GitHub ansehen↗

    CodeIgniter is a PHP web framework built on the Model-View-Controller pattern, designed for building full-stack web applications. It provides a lightweight toolkit with minimal configuration, organizing application logic into controllers, models, and views for clean separation of concerns. The framework includes a fluent query builder for constructing SQL statements programmatically, PSR-4 autoloading with namespace mapping, and a service-based dependency injection container for managing shared class instances. The framework distinguishes itself through its comprehensive set of built-in tools

    Modifies variable output by piping through functions like date formatting or escaping.

    PHPcodeignitercodeigniter4framework-php
    Auf GitHub ansehen↗5,924
  • assemble/assembleAvatar von assemble

    assemble/assemble

    4,258Auf GitHub ansehen↗

    Assemble is a static site generator and build pipeline system that compiles markdown, templates, and data into static HTML files. It functions as a markdown-to-HTML converter and a data format transformer capable of moving content between JSON, YAML, XML, PLIST, and CSV formats. The project features a pipeline-based build process where users can define ordered sequences of data transformations and file processing steps. It includes project scaffolding tools to bootstrap directory structures and configuration files from predefined boilerplates. The system manages content through collection-ba

    Provides filters for manipulating the value of variables during the rendering process to change their format.

    CSSassembleblog-enginebuild
    Auf GitHub ansehen↗4,258
  1. Home
  2. DevOps & Infrastructure
  3. Template Variables
  4. Template Variable Transformers

Unter-Tags erkunden

  • Regression Target TransformersApplies a configurable transformation to the target variable before prediction to handle skewed or non-trivial distributions. **Distinct from Template Variable Transformers:** Distinct from Template Variable Transformers: transforms regression target variables for ML, not template rendering variables.