zanieb / chevron-blue

A Python implementation of mustache

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

chevron-blue

A Python implementation of the mustache templating language.

Acknowledgements

This library is a fork of chevron authored by Noah Morrison.

The following changes have been made:

  • Switched to a modern build system (poetry)
  • Switched to GitHub Actions for CI
  • Used Ruff for linting and formatting
  • Dropped support for Python 2
  • Verified support for Python 3.7 - 3.12
  • Fixed bug where variables could be incorrectly resolved from other scopes (see #3)
  • Added global --no-escape option to disable HTML escaping (see #4)

About

A Python implementation of mustache

License:Other


Languages

Language:Python 96.9%Language:Mustache 3.1%