文件名称:autoroutes:速度路线
文件大小:49KB
文件格式:ZIP
更新时间:2024-04-28 10:03:56
router cython python3 Python
自动路线 速度路线。 安装 pip install autoroutes 原料药 # Create a Routes instance from autoroutes import Routes routes = Routes () # Register a new route routes . add ( 'path/to/resource/{id}' , something = 'value' , anything = 'else' ) # Try to match a route routes . match ( 'path/to/resource/1234' ) > ({ 'something' : 'value' , 'anything' : 'else' }, { 'id' : '1234' }) 占位符 占位符由大括号对定义: path/{var} 。 默认情况下,它将匹配除
【文件预览】:
autoroutes-master
----MANIFEST.in(91B)
----.travis.yml(247B)
----requirements-dev.txt(14B)
----tools()
--------profile_.py(1000B)
--------bench.py(1016B)
----tests()
--------test_routes.py(10KB)
--------conftest.py(194B)
--------test_edge.py(10KB)
----LICENSE(1KB)
----.gitlab-ci.yml(308B)
----setup.py(1KB)
----.gitignore(115B)
----Makefile(220B)
----autoroutes.pyx(14KB)
----README.md(2KB)
----benchmark.png(62KB)