Source: chaussette
Maintainer: David Douard <david.douard@logilab.fr>
Section: web
Priority: optional
Homepage: https://chaussette.readthedocs.org
Vcs-Git: git://github.com/circus-tent/chaussette.git -b debian
Vcs-Browser: https://github.com/circus-tent/chaussette
Build-Depends: 
  python3-setuptools (>= 0.6b3), 
  python3-all (>= 2.6.6-3), 
  python3-six (>= 1.3),
  python3-paste,
  python3-pastedeploy,
  python3-nose,
  python3-ws4py,
  python3-waitress,
  python3-tornado,
  python3-requests,
  python3-minimock,
  python3-greenlet,
  python3-eventlet,
  python3-unittest2,
  python3-sphinx,
  dh-python,
  debhelper (>= 9),
Standards-Version: 3.9.6
X-Python-Version: >= 2.7

Package: chaussette
Architecture: all
Depends: 
  python3-six (>= 1.3),
  python3-paste,
  python3-pastedeploy,
  ${misc:Depends}, 
  ${python3:Depends},
Suggests:
  python3-nose,
  python3-ws4py,
  python3-waitress,
  python3-tornado,
  python3-requests,
  python3-minimock,
  python3-greenlet,
  python3-eventlet,
  python3-werkzeug,
Description: WSGI Server for Circus
 Chaussette is a WSGI server you can use to run your Python WSGI applications.
 .
 The particularity of Chaussette is that it can either bind a socket on a port 
 like any other server does or run against already opened sockets.
 .
 That makes Chaussette the best companion to run a WSGI or Django stack under 
 a process and socket manager, such as Circus or Supervisor.
