Source: toro
Maintainer: Kartik Mistry <kartik@debian.org>
Section: python
Priority: optional
Build-Depends: debhelper (>= 9),
               dh-python,
               python-all (>= 2.6.6-3),
               python-setuptools (>= 0.6b3),
               python-tornado (>=3)
Standards-Version: 3.9.6
Homepage: https://github.com/ajdavis/toro/

Package: python-toro
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Description: Synchronization primitives for Tornado coroutines
 A set of locking and synchronizing primitives analogous to those in Python’s
 threading module or Gevent’s coros, for use with Tornado’s gen.engine.
