Module zigo
[show private | hide private]
[frames | no frames]

Module zigo

Top-level module of the framework, contains the Controller class.

Import this module to use the framework. All operations with the framework are performed through the Controller class which contains a configurable handler stack.

The creation of a Controller instance uses a configuration dictionary. It also accepts a suffix string that is used to configure each handler in the stack.
Classes
Controller Uses a Handler stack and walks through trees of directories.

Variable Summary
str __author__ = 'Dan Perl'
str __author_email__ = 'danperl@users.sourceforge.net'
str __copyright__ = 'Copyright (c) 2004 Dan Perl <danperl@us...
str __description__ = 'An extensible framework for file mana...
str __license__ = 'Released under the GNU General Public Lic...
str __url__ = 'http://pyfmf.sourceforge.net'
str __version__ = '0.3a'
str installDir = 'F:\\Coding\\sourceforge\\zago'
str pathGoingUp = 'F:\\Coding\\sourceforge\\zago'
str srcDir = 'F:\\Coding\\sourceforge\\zago\\src'
dict _defaultConfigDict = {'handlersCfg': [], 'workDir': 'F:\...
str _usage = 'Usage: zigo.py <config module name> [<path to ...

Variable Details

__author__

Type:
str
Value:
'Dan Perl'                                                             

__author_email__

Type:
str
Value:
'danperl@users.sourceforge.net'                                        

__copyright__

Type:
str
Value:
'Copyright (c) 2004 Dan Perl <danperl@users.sourceforge.net>'          

__description__

Type:
str
Value:
'An extensible framework for file management in Python.'               

__license__

Type:
str
Value:
'''Released under the GNU General Public License (GPL).

This program is free software; you can redistribute it and/or modify i\
t
under the terms of the GNU General Public License as published by the \
Free
Software Foundation; either version 2 of the License, or (at your opti\
on)
...                                                                    

__url__

Type:
str
Value:
'http://pyfmf.sourceforge.net'                                         

__version__

Type:
str
Value:
'0.3a'                                                                 

installDir

Type:
str
Value:
'F:\\Coding\\sourceforge\\zago'                                        

pathGoingUp

Type:
str
Value:
'F:\\Coding\\sourceforge\\zago'                                        

srcDir

Type:
str
Value:
'F:\\Coding\\sourceforge\\zago\\src'                                   

_defaultConfigDict

Type:
dict
Value:
{'description': '',
 'handlersCfg': [],
 'topDirs': [],
 'workDir': 'F:\\Coding\\sourceforge\\zago\\work'}                     

_usage

Type:
str
Value:
'''Usage: zigo.py <config module name> [<path to config package>]
    Examples:
    zigo.py ctrlrCfg
    zigo.py frsCfg ../config/saved/frsCfg.zip'''                       

Generated by Epydoc 2.1 on Wed Dec 22 15:47:45 2004 http://epydoc.sf.net