{"categories":[{"label":"Markup","url":"https://skillfed.io/packages/category/text-processing-markup"}],"enrichment":{"capability":"Chevron renders Mustache templates in Python, converting template strings with data into final output. It supports partials, custom delimiters, and lambda functions for dynamic template logic.","skillfed_tags":["template-rendering","mustache","abandoned-but-stable"],"use_cases":["Generate HTML emails or documents from templates and dynamic data in web applications.","Render configuration files or code templates from data structures in build or deployment scripts.","Build command-line tools that produce formatted output using Mustache templates and JSON data.","Create reusable template libraries with partials for consistent document or UI generation.","Implement simple report or invoice generation by combining template files with structured data."],"what_it_does":"Chevron is a Python implementation of the Mustache templating language, a logic-less template syntax that separates presentation from data. It takes a template string (or file) containing Mustache syntax and a data dictionary, then renders the template by substituting variables, iterating over lists, and invoking partials and lambda functions.\n\nThe package is designed to be spec-compliant with the official Mustache specification and offers both a Python API and a command-line interface. It supports partials (template includes) loaded from dictionaries or the filesystem, custom delimiters, and lambda functions for conditional or computed template logic. With no runtime dependencies, it installs cleanly and runs as a pure Python module.","worth_installing":"Yes, if you need a lightweight, spec-compliant Mustache renderer with no dependencies and your project does not require active maintenance. The package is stable and well-tested, but it is abandoned\u2014no updates since 2021. Choose it for simple templating tasks where you control the template syntax and do not expect future feature requests or bug fixes. For active development or complex templating needs, consider a maintained alternative."},"id":"chevron","links":{"html":"https://skillfed.io/packages/chevron","md":"https://skillfed.io/packages/chevron.md","pypi":"https://pypi.org/project/chevron/"},"maintenance":{"status":"abandoned"},"meta":{"latest_release":"2021-01-02","license_spdx":null,"license_treatment":"permissive","name":"chevron","python_support":"unspecified","summary":"Mustache templating language renderer"},"popularity":{"monthly_downloads":15017857,"position":1203,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"0.14.0"}
