Metadata-Version: 1.1
Name: wheezy.routing
Version: 0.1.151
Summary: A lightweight path routing library
Home-page: https://bitbucket.org/akorn/wheezy.routing
Author: Andriy Kornatskyy
Author-email: andriy.kornatskyy at live.com
License: MIT
Description: `wheezy.routing`_ is a `python`_ package written in pure Python
        code. It is a simple mapping between URL patterns (as plain
        simple strings, curly expressions or regular expressions) to
        a handler that can be anything you like (there is no limitation
        or prescription what handler is or could be).
        
        The mapping can include other mappings and constructed dynamically.
        
        It is optimized for performance, well tested and documented.
        
        Resources:
        
        * `source code`_, `examples`_ and `issues`_ tracker are available
          on `bitbucket`_
        * `documentation`_, `readthedocs`_
        * `eggs`_ on `pypi`_
        
        Install
        -------
        
        `wheezy.routing`_ requires `python`_ version 2.4 to 2.7 or 3.2+.
        It is independent of operating system. You can install it from `pypi`_
        site using `setuptools`_::
        
            $ easy_install wheezy.routing
        
        If you are using `virtualenv`_::
        
            $ virtualenv env
            $ env/bin/easy_install wheezy.routing
        
        If you run into any issue or have comments, go ahead and add on
        `bitbucket`_.
        
        .. _`bitbucket`: https://bitbucket.org/akorn/wheezy.routing
        .. _`doctest`: http://docs.python.org/library/doctest.html
        .. _`documentation`: http://packages.python.org/wheezy.routing
        .. _`eggs`: http://pypi.python.org/pypi/wheezy.routing
        .. _`examples`: https://bitbucket.org/akorn/wheezy.routing/src/tip/demos
        .. _`issues`: https://bitbucket.org/akorn/wheezy.routing/issues
        .. _`pypi`: http://pypi.python.org/
        .. _`python`: http://www.python.org
        .. _`readthedocs`: http://readthedocs.org/builds/wheezyrouting
        .. _`setuptools`: http://pypi.python.org/pypi/setuptools
        .. _`source code`: https://bitbucket.org/akorn/wheezy.routing/src
        .. _`virtualenv`: http://pypi.python.org/pypi/virtualenv
        .. _`wheezy.routing`: http://pypi.python.org/pypi/wheezy.routing
        
Keywords: routing path url patterns match web mapping
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.4
Classifier: Programming Language :: Python :: 2.5
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 :: Internet :: WWW/HTTP :: WSGI
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
Classifier: Topic :: Software Development :: Libraries :: Python Modules
