Metadata-Version: 2.0
Name: montague-testapps
Version: 0.1.1
Summary: Test applications for Montague (mostly extracted from the PasteDeploy test suite)
Home-page: https://github.com/inklesspen/montague_testapps
Author: Jon Rosebaugh
Author-email: jon@inklesspen.com
License: BSD
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Unix
Classifier: Operating System :: POSIX
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
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 :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Utilities
Requires-Dist: six (>=1.8.0)
Requires-Dist: zope.interface (>=4.1.1)
Requires-Dist: characteristic (>=14.2.0)
Requires-Dist: webtest (>=2.0.18)

===============================
montague_testapps
===============================

These are test applications and other entry points for the
`Montague <https://pypi.python.org/pypi/montague>`__ configuration
loading library. Most of them were extracted from the PasteDeploy test
suite.

They are a separate package so they can be used by multiple Montague
packages.


Changelog
=========

0.1.0 (2014-06-10)
-----------------------------------------

* First release on PyPI.


