A Python implementation of the Mustache template language, fork of chevron with fixes and updates. Current version 0.3.0, requires Python >=3.8. Released occasionally, not aggressively maintained.
pip install chevron-blueVerified import paths — ran on the pinned version, not inferred.
Render a simple Mustache template with a context dict.
Use 'import chevron'
Uninstall chevron if installed and use only chevron-blue.
Use chevron.render(template=open('file.mustache'), data=context) or read the file first.No dependency data recorded yet.