python-application

Basic building blocks for Python applications

Description

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.

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

http://cheeseshop.python.org/pypi/python-application


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install python-application