File: control

package info (click to toggle)
python-defer 1.0.6-2.1
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 168 kB
  • sloc: python: 260; makefile: 5
file content (29 lines) | stat: -rw-r--r-- 994 bytes parent folder | download
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
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), dh-python, python3-nose,
               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: 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.