Metadata-Version: 2.0
Name: asphalt-templating
Version: 2.0.0
Summary: Templating component for the Asphalt framework
Home-page: https://github.com/asphalt-framework/asphalt-templating
Author: Alex Grönholm
Author-email: alex.gronholm@nextday.fi
License: Apache License 2.0
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Topic :: Text Processing :: General
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: asphalt (~=3.0)
Provides-Extra: django
Requires-Dist: Django (>=1.9.0); extra == 'django'
Provides-Extra: jinja2
Requires-Dist: Jinja2 (>=2.7.3); extra == 'jinja2'
Provides-Extra: mako
Requires-Dist: Mako (>=1.0.1); extra == 'mako'
Provides-Extra: testing
Requires-Dist: pytest; extra == 'testing'
Requires-Dist: pytest-asyncio (>=0.5.0); extra == 'testing'
Requires-Dist: pytest-cov; extra == 'testing'
Provides-Extra: tonnikala
Requires-Dist: tonnikala (>=1.0.0b1); extra == 'tonnikala'
Provides-Extra: tornado
Requires-Dist: tornado (>=4.3.0); extra == 'tornado'

.. image:: https://travis-ci.org/asphalt-framework/asphalt-templating.svg?branch=master
  :target: https://travis-ci.org/asphalt-framework/asphalt-templating
  :alt: Build Status
.. image:: https://coveralls.io/repos/github/asphalt-framework/asphalt-templating/badge.svg?branch=master
  :target: https://coveralls.io/github/asphalt-framework/asphalt-templating?branch=master
  :alt: Code Coverage

This Asphalt framework component provides a standardized interface for a number of different
templating renderers:

* Django_
* Jinja2_
* Mako_
* Tonnikala_
* Tornado_

Additional backends may be provided through third party plugins.

.. _Django: https://docs.djangoproject.com/en/stable/topics/templates/
.. _Jinja2: http://jinja.pocoo.org/
.. _Mako: http://www.makotemplates.org/
.. _Tonnikala: https://github.com/ztane/Tonnikala
.. _Tornado: http://www.tornadoweb.org/en/stable/template.html

Project links
-------------

* `Documentation <http://asphalt-templating.readthedocs.org/>`_
* `Help and support <https://github.com/asphalt-framework/asphalt/wiki/Help-and-support>`_
* `Source code <https://github.com/asphalt-framework/asphalt-templating>`_
* `Issue tracker <https://github.com/asphalt-framework/asphalt-templating/issues>`_


