Documentation¶
Welcome to mstache documentation.
mstache, Mustache for Python¶
mstache is a Mustache template language implementation for Python, focused on high compatibility with JavaScript implementations, with no dependencies other than the Python Standard Library.
Contents:
- Readme
- Templace cache
- Tips and tricks
- API reference
tokenize()stream()render()cli()TokenExceptionClosingTokenExceptionUnclosedTokenExceptionDelimiterTokenExceptionTemplateRecursionErrordefault_recursion_limitdefault_resolver()default_getter()default_stringify()default_escape()default_lambda_render()default_tagsdefault_cachedefault_cache_make_keydefault_virtualsTStringPartialResolverPropertyGetterStringifyFunctionEscapeFunctionLambdaRenderFunctionConstructorVirtualPropertyFunctionVirtualPropertyMappingTagsTupleTagsByteTupleCompiledTokenCompiledTemplateCompiledTemplateCacheCacheMakeKeyFunction
- Changelog
- License