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: cdbs (>= 0.4.47), debhelper (>= 5.0.42), python
Build-Depends-Indep: python-support (>= 0.7.1)
Standards-Version: 3.8.3
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/
Package: python-application
Architecture: all
Depends: ${python:Depends}, python-zopeinterface, ${misc:Depends}
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.
|