Metadata-Version: 1.0
Name: AppDispatch
Version: 0.3.4
Summary: Builds upon a PipeStack architecture to provide a nice way of writing apps
Home-page: http://jimmyg.org/work/code/appdispatch/index.html
Author: James Gardner
Author-email: james@<package hompage domain>
License: GNU AGPLv3
Description: AppDispatch
        ++++++++++++++
        
        .. contents :: 
        
        Summary
        =======
        
        Builds upon a PipeStack architecture to provide a nice way of writing apps
        
        Get Started
        ===========
        
        * Download and install from source
        
        Author
        ======
        
        `James Gardner <http://jimmyg.org>`_
        
        
        Changes
        =======
        
        0.3.4
        -----
        
        2011-07-06
        ~~~~~~~~~~
        
        * Fixing the redirect function
        
        0.3.3
        -----
        
        2011-04-01
        ~~~~~~~~~~
        
        * Added a ``requires.txt`` file
        * Added the ``URLDispatchPipe`` from URLConvert
        * Mount point now a config option eg ``manta_edit.path = /manta/``
        
        0.3.2
        -----
        
        2010-10-13
        ~~~~~~~~~~
        
        * Updated for HTTPKit 0.2.0
        
        0.3.1
        -----
        
        2010-09-16
        ~~~~~~~~~~
        
        * Added a ``redirect()`` method to the marble
        
        0.3.0
        -----
        
        2010-09-01
        ~~~~~~~~~~
        
        * Dispatch based on a range of popular patterns eg ``area/name.py``,
          ``area/name/action.py`` or ``name.py``.
        * Dispatch directly to handlers specified in the URLConf.
        
        0.2.0
        -----
        
        2010-02-04
        ~~~~~~~~~~
        
        * First version
        
        License
        =======
        AppDispatch - Builds upon a PipeStack architecture to provide a nice way of writing apps
        Copyright (C) 2009 James Gardner
        
        This program is free software: you can redistribute it and/or modify
        it under the terms of the GNU Affero General Public License as
        published by the Free Software Foundation, either version 3 of the
        License, or (at your option) any later version.
        
        This program is distributed in the hope that it will be useful,
        but WITHOUT ANY WARRANTY; without even the implied warranty of
        MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
        GNU Affero General Public License for more details.
        
        You should have received a copy of the GNU Affero General Public License
        along with this program.  If not, see <http://www.gnu.org/licenses/>.
        
        Download
        ========
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Programming Language :: Python
