routes 2.5.1-1ubuntu1 source package in Ubuntu
Changelog
routes (2.5.1-1ubuntu1) jammy; urgency=medium * d/p/uniccode-error-docs.patch: Fix unicode error in docs conf. -- Corey Bryant <email address hidden> Fri, 25 Mar 2022 16:23:50 -0400
Upload details
- Uploaded by:
- Corey Bryant
- Uploaded to:
- Jammy
- Original maintainer:
- Ubuntu Developers
- Architectures:
- all
- Section:
- python
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Mantic | release | main | python | |
Lunar | release | main | python | |
Kinetic | release | main | python | |
Jammy | release | main | python |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
routes_2.5.1.orig.tar.gz | 186.4 KiB | b6346459a15f0cbab01a45a90c3d25caf980d4733d628b4cc1952b865125d053 |
routes_2.5.1-1ubuntu1.debian.tar.xz | 6.0 KiB | 1eff4bd270d0b7de3dee278d9a83e867948768ca31a3ad07a72f447cf64ff287 |
routes_2.5.1-1ubuntu1.dsc | 2.1 KiB | 17e6582c91bdeba404c8f67845f688c831794122519d91d53dd2333485e92144 |
Available diffs
- diff from 2.5.1-1 (in Debian) to 2.5.1-1ubuntu1 (939 bytes)
Binary packages built by this source
- python3-routes: 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