File: control

package info (click to toggle)
python-application 1.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 288 kB
  • sloc: python: 1,878; makefile: 2
file content (31 lines) | stat: -rw-r--r-- 1,448 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
30
31
Source: python-application
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Bernd Zeimetz <bzed@debian.org>, Dan Pascu <dan@ag-projects.com>
Build-Depends: debhelper (>= 7.3.13), python (>= 2.6.6-3)
Standards-Version: 3.9.1
Homepage: http://cheeseshop.python.org/pypi/python-application
Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-application/trunk/
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-application/trunk/
X-Python-Version: >= 2.4

Package: python-application
Architecture: all
Depends: ${python:Depends}, python-zopeinterface, ${misc:Depends}
Breaks: ${python:Breaks}
Description: Basic building blocks for Python applications
 This module provides some basic components that can be used to simplify
 building Python applications.
 .
 The components included by this package encapsulate the functionality to
 handle the following tasks:
 .
  - UNIX process management (forking, signal handling, pid file creation)
  - A very simple to use interface to handle configuration files.
  - An extensible system logger for console and/or syslog.
  - Miscellaneous utilities and helpers.
  - Memory troubleshooting and execution timing.
  - Communicate inside the application using a notification system.
  - Manage the version number for applications, modules and packages.
  - Verify package dependencies at runtime.