Source: python-routes
Section: python
Priority: optional
Standards-Version: 4.5.0
Maintainer: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
Homepage: https://github.com/bbangert/routes/tags
Vcs-Browser: https://github.com/alvistack/bbangert-routes
Vcs-Git: https://github.com/alvistack/bbangert-routes.git
Build-Depends:
 debhelper,
 debhelper-compat (= 10),
 dh-python,
 fdupes,
 python3-dev,
 python3-pip,

Package: python3-routes
Architecture: all
Description: Routing Recognition and Generation Tools
 Routes is a Python re-implementation of the Rails routes system for
 mapping URL’s to Controllers/Actions and generating URL’s. Routes makes
 it easy to create pretty and concise URL’s that are RESTful with little
 effort.
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
 ${python3:Depends},
 python3,
 python3-repoze.lru (>= 0.3),
 python3-six,
