A Python implementation of the mustache templating language.
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)