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
|
Source: python-defer
Section: python
Priority: extra
Maintainer: Sebastian Heinlein (devel) <devel@glatzor.de>
Uploaders: Michael Vogt <mvo@debian.org>
Build-Depends: debhelper (>= 7.3),
python,
python-setuptools,
python3-setuptools,
python3-all,
Standards-Version: 3.9.2
Homepage: https://launchpad.net/python-defer
X-Python-Version: >= 2.7
X-Python3-Version: >= 3.2
Vcs-Bzr: http://bzr.debian.org/collab-maint/python-defer/debian-sid
Package: python-defer
Architecture: all
Section: python
Depends: ${misc:Depends},
${python:Depends}
Suggests: python-dbus
Description: Small framework for asynchronous programming (Python 2)
The defer module provides an easy way to write asynchrouns Python programs.
It is greatly inspired by Twisted's defer, but hasn't got any external
dependencies.
.
Furthermore it features decorators to write asynchronous D-Bus servers and
clients.
.
At first defer was part of aptdaemon, but moved to a separate project in
August of 2010.
Package: python3-defer
Architecture: all
Section: python
Depends: ${misc:Depends},
${python3:Depends}
Description: Small framework for asynchronous programming (Python 3)
The defer module provides an easy way to write asynchrouns Python 3 programs.
It is greatly inspired by Twisted's defer, but hasn't got any external
dependencies.
.
Furthermore it features decorators to write asynchronous D-Bus servers and
clients.
.
At first defer was part of aptdaemon, but moved to a separate project in
August of 2010.
|