Metadata-Version: 2.0
Name: anvil
Version: 0.0.2
Summary: Generates new project structures from Jinja templates
Home-page: https://github.com/dghubble/anvil
Author: Dalton Hubble
Author-email: dghubble@gmail.com
License: MIT
Keywords: anvil,generate,project,template,skeleton,package,app,plugin,jinja,jinja2
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Requires-Dist: jinja2 (>=2.7.3)
Requires-Dist: pyyaml (>=3.11)

Anvil
=====

.. image:: https://pypip.in/version/anvil/badge.png
    :target: https://pypi.python.org/pypi/anvil/
    :alt: Latest Version

.. image:: https://travis-ci.org/dghubble/anvil.png
    :target: https://travis-ci.org/dghubble/anvil
    :alt: Continuous Integration Testing

.. image:: https://pypip.in/download/anvil/badge.png
    :target: https://pypi.python.org/pypi/anvil/
    :alt: Downloads

.. image:: https://pypip.in/license/anvil/badge.png
    :target: https://pypi.python.org/pypi/anvil/
    :alt: License

Anvil generates new project structures from any Jinja template to create projects, apps, packages, plugins, adapters, and more. It provides a simple
API so you can use its functionality to back your own initialization tools
too.

