Skip to content

zanieb/chevron-blue

 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 96.9%
  • Mustache 3.1%