1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57
|
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 (>= 11),
python3-sphinx, python3-sphinx-celery, python3-pytest, python3-case,
python-all, python-setuptools, python-pytest, python-case
Build-Conflicts: python-sphinx
Standards-Version: 4.1.3
Homepage: https://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: python-vine
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Description: Python promises (Python 2 version)
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 package contains the Python 2 version of the library.
Package: python3-vine
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: Python promises (Python 3 version)
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 package contains the Python 3 version of the library.
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.
|