[ 源代码: routes ]
软件包:python3-routes(2.4.1-1)
Routing Recognition and Generation Tools for Python 3
Routes is a Python 3 re-implementation of the Rails routes system for mapping URLs to Controllers/Actions and generating URLs. Routes makes it easy to create pretty and concise URLs that are RESTful with little effort.
Speedy and dynamic URL generation means you get a URL with minimal cruft (no big dangling query args). Shortcut features like Named Routes cut down on repetitive typing.
Current features:
* Named Routes * Sophisticated Route lookup and URL generation * Wildcard path's before and after static parts * Groupings syntax to allow flexible URLs to accommodate almost any need * Sub-domain support built-in * Conditional matching based on domain, cookies, HTTP method (RESTful), and more * Easily extensible utilizing custom condition functions and route generation functions * Extensive unit tests
其他与 python3-routes 有关的软件包
|
|
|
|
-
- dep: python3
- 交互式高级面向对象语言(默认 python3 版本)
-
- dep: python3-pkg-resources
- Package Discovery and Resource Access using pkg_resources
-
- dep: python3-repoze.lru
- tiny LRU cache implementation and decorator for Python 3
-
- dep: python3-six
- Python 2 and 3 compatibility library (Python 3 interface)
-
- rec: python3-webob
- Python module providing WSGI request and response objects (Python 3)
-
- sug: python3-paste
- tools for using a Web Server Gateway Interface stack - Python 3.x