Source: routes
Section: python
Priority: optional
Maintainer: Piotr Ożarowski <piotr@debian.org>
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Build-Depends: debhelper (>= 9), dh-python,
 python-all, python3-all,
 python-setuptools, python3-setuptools,
 python-sphinx (>= 1.3),
 python-nose, python3-nose,
 python-repoze.lru, python3-repoze.lru,
 python-coverage, python3-coverage,
 python-webob, python3-webob,
 python-webtest, python3-webtest,
 python-six, python3-six
Standards-Version: 4.0.0
Homepage: https://routes.readthedocs.io/
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/routes.git
Vcs-Browser: https://anonscm.debian.org/git/python-modules/packages/routes.git
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.2

Package: python-routes
Architecture: all
Depends: ${python:Depends}, ${sphinxdoc:Depends}, ${misc:Depends}, python-pkg-resources
Recommends: python-webob
Suggests: python-paste
Description: Routing Recognition and Generation Tools
 Routes is a Python 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

Package: python3-routes
Architecture: all
Depends: ${python3:Depends}, ${sphinxdoc:Depends}, ${misc:Depends}, python3-pkg-resources
Recommends: python3-webob
Suggests: python3-paste
Description: 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
