GitHub - akornatskyy/wheezy.routing: A lightweight path routing library (original) (raw)
wheezy.routing
wheezy.routing is apython 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,examplesand issuestracker are available ongithub
- documentation
Install
wheezy.routing requirespython version 3.9+. It is independent of operating system. You can install it frompypi:
pip install -U wheezy.routing
If you run into any issue or have comments, go ahead and add ongithub.