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
|
Source: python-application
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Bernd Zeimetz <bernd@bzed.de>, Dan Pascu <dan@ag-projects.com>
Build-Depends: cdbs (>= 0.4.47), debhelper (>= 5.0.42), python
Build-Depends-Indep: python-support
Standards-Version: 3.7.2
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/wsvn/python-modules/packages/python-application/trunk/
Package: python-application
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, python-twisted-core
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.
|