Metadata-Version: 2.1
Name: wheezy.routing
Version: 3.0.1
Summary: A lightweight path routing library
Home-page: https://github.com/akornatskyy/wheezy.routing
Author: Andriy Kornatskyy
Author-email: andriy.kornatskyy@live.com
License: MIT
Description: # wheezy.routing
        
        [![Build Status](https://travis-ci.org/akornatskyy/wheezy.routing.svg?branch=master)](https://travis-ci.org/akornatskyy/wheezy.routing)
        [![Coverage Status](https://coveralls.io/repos/github/akornatskyy/wheezy.routing/badge.svg?branch=master)](https://coveralls.io/github/akornatskyy/wheezy.routing?branch=master)
        [![Documentation Status](https://readthedocs.org/projects/wheezyrouting/badge/?version=latest)](https://wheezyrouting.readthedocs.io/en/latest/?badge=latest)
        [![pypi version](https://badge.fury.io/py/wheezy.routing.svg)](https://badge.fury.io/py/wheezy.routing)
        
        [wheezy.routing](https://pypi.org/project/wheezy.routing/) is a
        [python](https://www.python.org) 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](https://github.com/akornatskyy/wheezy.routing),
          [examples](https://github.com/akornatskyy/wheezy.routing/tree/master/demos)
          and [issues](https://github.com/akornatskyy/wheezy.routing/issues)
          tracker are available on
          [github](https://github.com/akornatskyy/wheezy.routing)
        - [documentation](https://wheezyrouting.readthedocs.io/en/latest/)
        
        ## Install
        
        [wheezy.routing](https://pypi.org/project/wheezy.routing) requires
        [python](https://www.python.org) version 3.6+. It is independent of operating
        system. You can install it from
        [pypi](https://pypi.org/project/wheezy.routing/):
        
        ```sh
        pip install -U wheezy.routing
        ```
        
        If you run into any issue or have comments, go ahead and add on
        [github](https://github.com/akornatskyy/wheezy.routing).
        
Keywords: routing path url patterns match web mapping
Platform: any
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 :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
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
Requires-Python: >=3.6
Description-Content-Type: text/markdown
