Downloadliste

Projektbeschreibung

Object Shell (osh) is a tool that integrates the processing of structured data, database access, files, processes, 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.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2010-10-04 18:00
1.0.2

Bugfixes und kleinere Ergänzungen Feature fertig waren.
Bugfixes and minor feature additions were done.

2008-10-30 14:54
1.0.0

Datenbank-Zugriff durch eine DBAPI 2.0-kompatible Treiber. Neue Befehle: ls erzeugt einen Strom von File-Objekten. ps erzeugt einen Strom von Process-Objekten. Merge kombiniert Streams von Objekten aus mehreren Threads der Ausführung, in der Regel mit weniger Speicher und Zeit im Vergleich zu sortieren bestellt werden.
Tags: Major feature enhancements
Database access through any DBAPI 2.0-compliant driver. New commands: ls generates a stream of File objects. ps generates a stream of Process objects. merge combines ordered streams of objects from multiple threads of execution, usually using less memory and time compared to sorting.

2008-04-29 22:22
0.9.3

Bugfixes. Dies ist wahrscheinlich die letzte Version vor der Version 1.0, die deutliche Verbesserungen haben wird, und wird nicht abwärtskompatibel für Remote-Ausführung von Befehlen.
Tags: Minor bugfixes
Bugfixes. This is probably the last version before version 1.0, which will have major improvements, and will not be backward-compatible for remote command execution.

2008-01-02 08:14
0.9.2

Unterstützung für "laufende Summen" wurde auf der agg Befehl hinzugefügt (mit der Option-r). Bugs behoben.
Tags: Minor feature enhancements
Support for "running totals" was added to the agg
command (with the -r flag). Bugs were fixed.

2007-10-07 01:27
0.9.1

Bugs behoben. Fehlende Dokumentation wurde hinzugefügt.
Tags: Minor bugfixes
Bugs were fixed. Missing documentation was added.

Project Resources