awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

7 repositorios

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

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • getgrav/gravAvatar de getgrav

    getgrav/grav

    15,395Ver en GitHub↗

    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
    Ver en GitHub↗15,395
  • pallets/jinjaAvatar de pallets

    pallets/jinja

    11,667Ver en GitHub↗

    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
    Ver en GitHub↗11,667
  • mozilla/nunjucksAvatar de mozilla

    mozilla/nunjucks

    8,964Ver en GitHub↗

    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
    Ver en GitHub↗8,964
  • boundaryml/bamlAvatar de BoundaryML

    BoundaryML/baml

    7,636Ver en GitHub↗

    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
    Ver en GitHub↗7,636
  • priorlabs/tabpfnAvatar de PriorLabs

    PriorLabs/TabPFN

    7,408Ver en GitHub↗

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

    Pythondata-sciencefoundation-modelsmachine-learning
    Ver en GitHub↗7,408
  • codeigniter4/codeigniter4Avatar de codeigniter4

    codeigniter4/CodeIgniter4

    5,924Ver en GitHub↗

    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
    Ver en GitHub↗5,924
  • assemble/assembleAvatar de assemble

    assemble/assemble

    4,258Ver en GitHub↗

    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
    Ver en GitHub↗4,258
  1. Home
  2. DevOps & Infrastructure
  3. Template Variables
  4. Template Variable Transformers

Explorar subetiquetas

  • 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.