Metadata-Version: 2.0
Name: montague-pastedeploy
Version: 0.1.0
Summary: Montague provides functions to load WSGI apps and servers based on configuration files. It's based on PasteDeploy's INI file support.
Home-page: https://github.com/inklesspen/montague_pastedeploy
Author: Jon Rosebaugh
Author-email: jon@inklesspen.com
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
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: montague (>=0.1.0)

===============================
Montague-PasteDeploy
===============================

.. image:: http://img.shields.io/travis/inklesspen/montague_pastedeploy/master.png?style=flat
    :alt: Travis-CI Build Status
    :target: https://travis-ci.org/inklesspen/montague_pastedeploy

.. image:: https://ci.appveyor.com/api/projects/status/github/inklesspen/montague_pastedeploy?branch=master
    :alt: AppVeyor Build Status
    :target: https://ci.appveyor.com/project/inklesspen/montague_pastedeploy

.. image:: http://img.shields.io/coveralls/inklesspen/montague_pastedeploy/master.png?style=flat
    :alt: Coverage Status
    :target: https://coveralls.io/r/inklesspen/montague_pastedeploy

.. image:: http://img.shields.io/pypi/v/montague_pastedeploy.png?style=flat
    :alt: PYPI Package
    :target: https://pypi.python.org/pypi/montague_pastedeploy

.. image:: http://img.shields.io/pypi/dm/montague_pastedeploy.png?style=flat
    :alt: PYPI Package
    :target: https://pypi.python.org/pypi/montague_pastedeploy

.. image:: https://landscape.io/github/inklesspen/montague_pastedeploy/master/landscape.png?style=flat
    :target: https://landscape.io/github/inklesspen/montague_pastedeploy/master
    :alt: Code Quality Status

.. image:: https://readthedocs.org/projects/montague_pastedeploy/badge/?style=flat
    :target: https://readthedocs.org/projects/montague_pastedeploy
    :alt: Documentation Status

Montague-PasteDeploy is a loader for Montague with full PasteDeploy_ backwards compatibility.

* Free software: MIT license

Status
======

Montague-PasteDeploy is a pre-1.0 project using Semantic Versioning.

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

::

    pip install montague_pastedeploy

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

https://montague_pastedeploy.readthedocs.org/

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

To run the all tests run::

    tox


.. _PasteDeploy: http://pythonpaste.org/deploy/


Changelog
=========

0.1.0 (2014-11-12)
-----------------------------------------

* First release on PyPI, corresponding to PasteDeploy 1.5.2.
* Backwards incompatibility: ConfigMiddleware no longer offers a threadlocal ``CONFIG`` importable. (This removes the dependency on Paste.)


