Object Shell 0.9.2 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Object Shell 0.9.2 (Default branch)
# 1  
Old 01-02-2008
Object Shell 0.9.2 (Default branch)

Object Shell (osh) is a tool that integrates the processing of structured data, database access, and remote access to a cluster of nodes. These capabilities are made available through a command-line interface (CLI) and a Python application programming interface (API). Osh processes streams of Python objects using simple commands. Complex data processing is achieved by command sequences in which the output from one command is passed to the input of the next. This is similar to composing Unix commands using pipes, but not limited to passing strings. License: GNU General Public License (GPL) Changes:
Support for "running totals" was added to the agg command (with the -r flag). Bugs were fixed.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
GStreamer::Object(3pm)					User Contributed Perl Documentation				    GStreamer::Object(3pm)

NAME
GStreamer::Object - Base class for the GStreamer object hierarchy HIERARCHY
Glib::Object +----GStreamer::Object METHODS
boolean = $object->has_ancestor ($ancestor) o $ancestor (GStreamer::Object) string or undef = $object->get_name string or undef = $object->get_name_prefix $object->set_name_prefix ($name_prefix) o $name_prefix (string or undef) $object->set_name ($name) o $name (string or undef) object or undef = $object->get_parent $object->set_parent ($parent) o $parent (GStreamer::Object) string = $object->get_path_string $object->unparent PROPERTIES
'name' (string : default undef : readable / writable / construct / private) The name of the object SIGNALS
parent-set (GStreamer::Object, GStreamer::Object) parent-unset (GStreamer::Object, GStreamer::Object) object-saved (GStreamer::Object, gpointer) deep-notify (GStreamer::Object, GStreamer::Object, Glib::ParamSpec) SEE ALSO
GStreamer, Glib::Object COPYRIGHT
Copyright (C) 2005-2011 by the gtk2-perl team. This software is licensed under the LGPL. See GStreamer for a full notice. perl v5.14.2 2012-03-01 GStreamer::Object(3pm)