Metadata-Version: 1.1
Name: Jinjer2
Version: 0.1.2
Summary: Static Macro File Generator (cmd line generator using jinja2)
Home-page: https://github.com/val314159/jinjer2
Author: Joel Ward
Author-email: jmward@gmail.com
License: Apache
Description: 
        Static Macro File Generator (cmd line generator using jinja2)
        
        Ever want to just apply a model to a bunch of files?  Now you can!
        
        ### Usage:
        
        ```sh
          # command line usage
          jinger2
        ```
        
        ```python
          # python usage
          >>> import jinger2
          >>> jinjer2.generate()
        ```
        
Keywords: jinja2 static file generator macro
Platform: any
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
