An enhanced Python shell that offers:
* An enhanced Python shell designed for efficient interactive work. It includes many enhancements over the default Python shell, including the ability for
... [More] controlling interactively all major GUI toolkits in a non-blocking manner.
* A library to build customized interactive environments using Python as the basic language (but with the possibility of having extended or alternate syntaxes).
* A system for interactive distributed and parallel computing (this is part of IPython's new development). [Less]
ObexFTP is a library bundling everything needed for OBEX transfers and exposing it via a simple interface. Quite a number of language bindings are provided using SWIG or other means. There is a sample
... [More] command line client "obexftp" and a server "obexftpd" included. Besides FTP the ObexFTP library provides access to the PUSH, GOEP and SYNCH services. It runs on Linux, FreeBSD, NetBSD and Win32. [Less]
Hotwire is an object-oriented hypershell. It is a shell designed for systems programming (files, processes), and thus it is in the same conceptual category of software as the Unix shell+terminal and
... [More] Windows PowerShell.
The goal of the Hotwire project though is to create a better systems programming shell than both Unix and PowerShell. We call it a hyper-shell because Hotwire blends the concepts of a systems-oriented shell with a modern graphical user interface display. It takes advantage of your desktop environment rather than being a text box. It retains some advantageous attributes of a shell such as keyboard command orientation, interactivity, completion, and scripting. [Less]
Boscli is a framework to create interactive command line interfaces. Our mission is to help developers write interactive shells for domain specific task. It provides an easy way to wrap and join
... [More] together command line apps and utilities and create specific shells with security levels and modes, history, auto-completion and so on.
Using this framework any developer can build an interactive command line interface for configuration or monitor an appliance in a few minutes.
The Boscli can be used as a great "glue code" for appliance's interface or for create a "homogeneous" administration interface for different systems and applications. For example if you need to integrate different services and applications (asterisk, linux conf, monit, apache, etc...) but you want to offer to your users or [Less]
Opster is a command line parser, intended to make writing command line applications easy and painless. It uses built-in Python types (lists, dictionaries, etc) to define options, which makes
... [More] configuration clear and concise. Additionally it contains possibility to handle subcommands (i.e. hg commit or svn update). [Less]
A collection of scripts in various languages that are useful to developers. Most are small and do just one task, but all have served a purpose at one point or another.
XYZCommander is a pure console visual file manager.
Main features:
* Tight integration with python run-time system -- most of the settings can be changed "on the fly" via management console.
*
... [More] Powerful configuration system -- define own actions, aliases, internal commands, key bindings.
* Extensible plug-in system -- even core functionality implemented mainly using plug-ins, keeping base system small and clean.
* Customizable look-n-feel -- every widget component look can be changed via skins. [Less]