Metadata-Version: 2.1
Name: ibex-codegen
Version: 0.1a0
Summary: Template-based code generator
Home-page: https://github.com/lggruspe/ibex
Author: Levi Gruspe
Author-email: mail.levig@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Description-Content-Type: text/markdown
Requires-Dist: jinja2

codegen
=======

A simple code generator that uses Jinja2 templates.

Installation
------------

`pip install codegen`.

Usage
-----

See `examples`.

License
-------

MIT.


