Download List

Projeto Descrição

Commando was inspired by both Python's built-in optparse module and the JewelCli Java library. It eases the pain usually involved in trying to define and parse command line arguments to your Python application.

System Requirements

System requirement is not defined
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.

2013-01-24 11:38
3.0.0

Esta versão é compatível com o Python 3.
Tags: python3
This release is compatible with Python 3.

2011-02-06 17:58
2.1.1

A interface foi modificada para tornar o uso consistente de decoradores para definir as opções. Um teste foi adicionado para demonstrar que a classe pode ter opções de métodos não-anotada, que podem conter código que chama os métodos sobrescritos contendo os valores dos argumentos da linha de comando analisado. A instância retornada pelo método parseArguments do CLI agora é do mesmo tipo como a classe de opções passadas em seu construtor.
Tags: Stable
The interface was changed to make consistent use of decorators to define the options. A test was added to demonstrate that the options class can have non-annotated methods that can contain code that calls the overridden methods containing the values of the parsed command line arguments. The instance returned by the parseArguments method of Cli is now of the same type as the options class passed into its constructor.

2011-01-18 12:18
1.1.4

Primeira versão completa de trabalho.
Tags: Stable
First complete working version.

Project Resources