Metadata-Version: 2.0
Name: pyramid-jinja2-webpack
Version: 0.1.1
Summary: Pyramid integration of jinja2_webpack
Home-page: https://github.com/JDeuce/python-pyramid-jinja2-webpack
Author: Josh Jaques
Author-email: jdeuce@jdeuce.net
License: BSD
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: Unix
Classifier: Operating System :: POSIX
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Utilities
Requires-Dist: jinja2-webpack
Requires-Dist: jinja2
Requires-Dist: zope.dottedname
Requires-Dist: pyramid
Requires-Dist: pyramid-jinja2

========
Overview
========



Pyramid integration of jinja2_webpack

* Free software: BSD license

Installation
============

::

    pip install pyramid-jinja2-webpack

Documentation
=============

https://pyramid-jinja2-webpack.readthedocs.io/

Development
===========

To run the all tests run::

    tox


To run on a specific version of python run e.g.::

    tox -e py34
    tox -e py27



Changelog
=========

0.1.0 (2017-06-01)
------------------

* First release on PyPI.


