Metadata-Version: 2.1
Name: foostache
Version: 1.2.0
Summary: Implementation of foostache template language
Home-page: https://github.com/ldgabbay/foostache-python/
Author: Lynn Gabbay
Author-email: gabbay@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Text Processing
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4
Description-Content-Type: text/markdown
Requires-Dist: future (~=0.17.1)
Requires-Dist: ujson (~=1.35)
Requires-Dist: antlr4-python2-runtime (~=4.7.2)

[![PyPI version](https://badge.fury.io/py/foostache.svg)](https://badge.fury.io/py/foostache)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/foostache.svg)
![PyPI - License](https://img.shields.io/pypi/l/foostache.svg)

# foostache

**foostache** is a [domain-specific language](https://en.wikipedia.org/wiki/Domain-specific_language) for specifying a template that can be used to generate [unicode](http://unicode.org/) from [JSON](http://json.org/) inputs.

The **foostache** language specification can be found [here](https://github.com/ldgabbay/foostache).


