Overview
Atlassian Sourcetree is a free Git and Mercurial client for Windows.
Atlassian Sourcetree is a free Git and Mercurial client for Mac.
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.