Source: python-tornado
Section: web
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.2
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Carl Chenet <chaica@debian.org>,
           Yaroslav Halchenko <debian@onerussian.com>,
           Julian Taylor <jtaylor.debian@googlemail.com>,
           Julien Puydt <julien.puydt@laposte.net>,
Build-Depends: ca-certificates,
               debhelper (>= 9),
               dh-python,
               python-all-dev,
               python-backports-abc,
               python-singledispatch,
               python-setuptools,
               python3-all-dev,
               python3-setuptools,
               python3-singledispatch,
Standards-Version: 3.9.8
Homepage: http://www.tornadoweb.org/
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-tornado.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-tornado.git
Testsuite: autopkgtest

Package: python-tornado
Architecture: any
Depends: ca-certificates,
         python (>= 2.6) | python-simplejson,
         python-pycurl,
         ${misc:Depends},
         ${python:Depends},
         ${shlibs:Depends},
Recommends: python (>= 2.6) | python-multiprocessing,
            python-mysqldb,
Description: scalable, non-blocking web server and tools
 Tornado is an open source version of the scalable, non-blocking
 web server and tools that power FriendFeed. The FriendFeed application
 is written using a web framework that looks a bit like web.py or
 Google's webapp, but with additional tools and optimizations to take
 advantage of the underlying non-blocking infrastructure.
 .
 This is the Python 2 version of the package.

Package: python3-tornado
Architecture: any
Depends: ca-certificates,
         ${misc:Depends},
         ${python3:Depends},
         ${shlibs:Depends},
Description: scalable, non-blocking web server and tools - Python 3 package
 Tornado is an open source version of the scalable, non-blocking
 web server and tools that power FriendFeed. The FriendFeed application
 is written using a web framework that looks a bit like web.py or
 Google's webapp, but with additional tools and optimizations to take
 advantage of the underlying non-blocking infrastructure.
 .
 This is the Python 3 version of the package.
