Metadata-Version: 1.0
Name: URLConvert
Version: 0.3.1
Summary: A simple, extensible URL dispatcher
Home-page: http://jimmyg.org/work/code/urlconvert/index.html
Author: James Gardner
Author-email: UNKNOWN
License: GNU AGPLv3
Description: URLConvert
        ++++++++++
        
        .. contents:: 
        
        Summary
        =======
        
        * A URL conversion and generation library based on ConversionKit 
        
        Get Started
        ===========
        
        * Download and install from source
        
        Author
        ======
        
        `James Gardner <http://jimmyg.org/>`_
        
        
        Changes
        =======
        
        0.3.1
        -----
        
        2010-10-13
        ~~~~~~~~~~
        
        * Updates for the 0.2.0 release of HTTPKit
        
        0.3.0
        -----
        
        2010-08-07
        ~~~~~~~~~~
        
        * Added the ability to associate extra arguments with a rule
        
        0.2.1
        -----
        
        2010-03-03
        ~~~~~~~~~~
        
        * New style service support
        * Changed log level from info to debug for caching information
        
        2009-12-24
        ~~~~~~~~~~
        
        * BuildKit support
        
        2009-11-10
        ~~~~~~~~~~
        
        * Updated to use ``flow.http``, not ``flow.wsgi``
        * Removed the old ``first_stab.py`` code
        
        2009-10-30
        ~~~~~~~~~~
        
        * Updated the license to AGPLv3
        * Updated the docs to use a flow
        * Fixed a rejecting IP addresses as hostnames bug
        
        0.2.0
        -----
        
        2009-09-05
        ~~~~~~~~~~
        
        * Updated to use the new style service configuration
        
        2009-09-29
        ~~~~~~~~~~
        
        * Checking in the changes for use of ``flow.wsgi.environ``
        * Adding in the URLService
        
        2009-08-20
        ~~~~~~~~~~
        
        * A few changes to URL extraction for real world use
        
        2009-08-18
        ~~~~~~~~~~
        
        * Complete re-write to use ConversionKit. Probably still some bugs lurking but this is pretty full-featured.
        * All tests pass
        
        0.0.1
        -----
        
        * Changes to support the updated ConversionKit
        * Implemented optional caching of conversions
        * Fixed a bug with duplicate ports
        * Fixed bug generating the scheme
        * Improved logging
        
        0.0
        ---
        
        * First version
        
        
        License
        =======
        URLConvert - URL parsing, matching and generating tools
        
        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: Environment :: Web Environment
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Programming Language :: Python
