routes 2.5.1-ok1 source package in openKylin

Changelog

routes (2.5.1-ok1) nile; urgency=medium

  * Build for openkylin.

 -- rtlhq <nobelxyz@163.com>  Sat, 02 Sep 2023 18:10:25 +0800

Upload details

Uploaded by:
rtlhq
Sponsored by:
Cibot
Uploaded to:
Nile V2.0
Original maintainer:
Openkylin Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Nile V2.0 release main python
Nile V2.0 proposed main python

Builds

Nile V2.0: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
routes_2.5.1.orig.tar.gz 186.4 KiB b6346459a15f0cbab01a45a90c3d25caf980d4733d628b4cc1952b865125d053
routes_2.5.1-ok1.debian.tar.xz 3.6 KiB 06692ce5922d4fcedbb5662b81597ce32e121b334cf1b05b62eb820ab2086e8e
routes_2.5.1-ok1.dsc 1.8 KiB 10f7d65fed1db59a4f98231b97cb10b074a970f308041519004726667d972345

View changes file

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