Package flumotion :: Package launch :: Module parse
[show private | hide private]
[frames | no frames]

Module flumotion.launch.parse

flumotion.launch.parse: A parsing library for flumotion-launch syntax.
Function Summary
  parse_args(args)
Parse flumotion-launch arguments.

Function Details

parse_args(args)

Parse flumotion-launch arguments.

Parse flumotion-launch arguments, returning a list of component configs.

A component config is what we will pass to a component when we create it. It is a dict:
  • 'name': component name
  • 'type': component type
  • 'properties': dict of property name => property value
  • 'feed': list of [feeder name,...]
  • 'source': list of [feeder name,...], (optional)
  • 'clock-master': clock master or None
  • 'plugs': dict of socket name => plug config

Generated by Epydoc 2.1 on Mon Oct 1 03:52:08 2007 http://epydoc.sf.net