wheezy-routing

Introduction

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 should be).

The mapping can include other mappings and constructed dynamically. It is optimized for performance, well tested and documented.

Resources:

Table Of Contents

Next topic

Getting Started

This Page