Metadata-Version: 1.0
Name: rutter
Version: 0.2
Summary: Py3k-compatible fork of Paste's urlmap
Home-page: http://github.com/tseaver/rutter
Author: Tres Seaver
Author-email: tseaver@palladion.com
License: BSD-derived (http://www.repoze.org/LICENSE.txt)
Description: ``rutter``:  URL map for Py3k
        =============================
        
        This project provides a version of the ``URLMap`` class from ``paste.urlmap``,
        ported to support Python3.  It also features 100% unit test coverage.
        
        Please see ``docs/index.rst`` for complete documentation
        
        
        ``rutter`` Changelog
        ====================
        
        0.2 (2013-10-21)
        ----------------
        
        - Fixed generation of ``long-description`` PyPI metadata.
        
        - Added Sphinx documentation.
        
        0.1 (2013-10-16)
        ----------------
        
        - Initial version.
        
        
Keywords: web application server wsgi
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
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.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Middleware
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Server
Classifier: Framework :: Pyramid
