.. _`wheezy-routing`: wheezy-routing ============== Introduction ------------ :ref:`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: * `source code`_, `examples`_ and `issues`_ tracker are available on `bitbucket`_ * `documentation`_ * `eggs`_ on `pypi`_ Contents -------- .. toctree:: :maxdepth: 2 gettingstarted examples userguide modules .. _`python`: http://www.python.org .. _`source code`: https://bitbucket.org/akorn/wheezy-routing/src .. _`bitbucket`: https://bitbucket.org/akorn/wheezy-routing .. _`issues`: https://bitbucket.org/akorn/wheezy-routing/issues .. _`documentation`: http://packages.python.org/wheezy-routing .. _`examples`: https://bitbucket.org/akorn/wheezy-routing/src/tip/demos .. _`pypi`: http://pypi.python.org .. _`eggs`: http://pypi.python.org/pypi/wheezy-routing