routes 2.5.1-1 source package in Ubuntu

Changelog

routes (2.5.1-1) unstable; urgency=medium

  [ Ondřej Nový ]
  * d/control: Update Vcs-* fields with new Debian Python Team Salsa
    layout.

  [ Piotr Ożarowski ]
  * New upstream release
  * Standards-Version bumped to 4.5.1 (no changes needed)

 -- Piotr Ożarowski <email address hidden>  Wed, 30 Dec 2020 18:08:50 +0100

Upload details

Uploaded by:
Piotr Ożarowski
Uploaded to:
Sid
Original maintainer:
Piotr Ożarowski
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
routes_2.5.1-1.dsc 2.0 KiB b9b43acac2a643a6a4f578fe5b1c8f228390f68f28e37c1d74b5ee64149defc1
routes_2.5.1.orig.tar.gz 186.4 KiB b6346459a15f0cbab01a45a90c3d25caf980d4733d628b4cc1952b865125d053
routes_2.5.1-1.debian.tar.xz 5.6 KiB a44f362e340abde5c99c9d99e2a0554ff37e6ed0f1f6df3bddd2dfc882ce372a

Available diffs

No changes file available.

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