File: control

package info (click to toggle)
louie 1.1-2.1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 192 kB
  • ctags: 163
  • sloc: python: 994; makefile: 4
file content (25 lines) | stat: -rw-r--r-- 962 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
Source: louie
Section: python
Priority: optional
Maintainer: Loic Minier <lool@dooz.org>
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Build-Depends: cdbs (>= 0.4.90~),
               debhelper (>= 9),
               python-dev (>= 2.6.6-3~),
               python-setuptools
Standards-Version: 3.9.8
X-Python-Version: >= 2.3
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/louie/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/louie/trunk/
Homepage: http://pylouie.org/

Package: python-louie
Architecture: all
Depends: ${misc:Depends},
         ${python:Depends}
Suggests: python-twisted, python-qt3
Description: Python signal dispatching mechanism
 Louie provides Python programmers with a straightforward way to
 dispatch signals between objects in a wide variety of contexts. It is
 based on PyDispatcher, which in turn was based on a highly-rated recipe
 in the Python Cookbook.