Package g4ds :: Module maintain
[show private | hide private]
[frames | no frames]

Module g4ds.maintain

User interface to g4ds for maintainence.

Grid for Digital Security (G4DS)

You may either run this module interactively or by giving parameters. Type python maintain.py --help for more information.

Author: Michael Pilgermann

Contact: mailto:mpilgerm@glam.ac.uk

License: GPL (General Public License)

Function Summary
  handleArguments(args)
  help()
  interactive()

Variable Summary
dict commands = {'1': ['Print list of known services', 0, <fu...
int FILENAME_REQUIRED = 1                                                                     
int ID_REQUIRED = 2                                                                     
int NOTHING_REQUIRED = 0                                                                     
list order = ['\tGeneral Options', 's', 't', 'l', 'y', 'z', '...

Variable Details

commands

Type:
dict
Value:
{'1': ['Print list of known services',
       0,
       <function printServiceList at 0xb77bae64>],
 '2': ['Print infomation about one service',
       2,
       <function printServiceInformation at 0xb77bae9c>],
 '3': ['Add / update knowledge service description from file',
       1,
...                                                                    

FILENAME_REQUIRED

Type:
int
Value:
1                                                                     

ID_REQUIRED

Type:
int
Value:
2                                                                     

NOTHING_REQUIRED

Type:
int
Value:
0                                                                     

order

Type:
list
Value:
['\tGeneral Options', 's', 't', 'l', 'y', 'z', '@', '\tMember Options'\
, 'i']                                                                 

Generated by Epydoc 2.0 on Sat Oct 22 22:52:47 2005 http://epydoc.sf.net