Metadata-Version: 1.1
Name: montague_testapps
Version: 0.1.3
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
Description: ===============================
        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.3 (2015-06-17)
        -----------------------------------------
        
        * Removed unused zope.interface requirement
        * Added some 'main' entrypoints (using existing objects)
        * Imported the submodules into the main namespace
        
        0.1.2 (2015-06-14)
        -----------------------------------------
        
        * Removed testjson config loader; it's been merged into montague
        
        0.1.1 (2015-05-23)
        -----------------------------------------
        
        * Fixed entry point syntax
        
        0.1.0 (2014-06-10)
        -----------------------------------------
        
        * First release on PyPI.
        
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
