Metadata-Version: 2.1
Name: moosetash
Version: 0.2.0
Summary: Mustache template renderer
Home-page: https://github.com/michaelrccurtis/moosetash
Keywords: mustache,template,text
Author: Michael Curtis
Author-email: michaelrccurtis@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Text Processing :: Markup
Classifier: Typing :: Typed
Project-URL: Repository, https://github.com/michaelrccurtis/moosetash
Description-Content-Type: text/markdown

# Moosetash

## A Mustache template renderer for Python

Moosetash is a python implementation of the [Mustache](https://mustache.github.io/) templating specification.

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.

