Source: vine
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Christopher Hoskin <mans0954@debian.org>
Section: python
Priority: optional
Build-Depends: dh-python, python3-setuptools, python3-all, debhelper (>= 9),
 python3-sphinx, python3-sphinx-celery, python3-pytest, python3-case
Standards-Version: 3.9.8
Homepage: http://github.com/celery/vine
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/vine.git
Vcs-Browser: https://anonscm.debian.org/git/python-modules/packages/vine.git


Package: python3-vine
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: Python promises
 A Python implementation of the promise pattern for asynchronous programming.
 .
 This is a special implementation of promises in that it can be used both for
 "promise of a value" and lazy evaluation. The biggest upside for this is that
 everything in a promise can also be a promise, e.g. filters, callbacks and
 errbacks can all be promises.

Package: python-vine-doc
Architecture: all
Section: doc
Depends: ${sphinxdoc:Depends}, ${misc:Depends}
Description: vine Python promises documentation
 A Python implementation of the promise pattern for asynchronous programming.
 .
 This is a special implementation of promises in that it can be used both for 
 "promise of a value" and lazy evaluation. The biggest upside for this is that 
 everything in a promise can also be a promise, e.g. filters, callbacks and 
 errbacks can all be promises.
 .
 This is the documentation package.

