Download List

Projeto Descrição

Optik is a powerful, flexible, extensible, easy-to-use commandline
parsing library for Python. Using Optik, you can add intelligent,
sophisticated handling of commandline options to your scripts with
very little overhead. Optik implements the conventional GNU/Unix
commandline syntax. Features include typed options (if you say you
want an integer, you'll get an integer) and automatic help generation.

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.

2002-10-30 21:29
1.4

A ajuda de formatação de código foi reorganizado para que seja mais fácil de personalizar e estender. A noção de "grupos" Esta opção foi adicionada para ajudar com isso. Uma descrição "foi acrescentado para o programa como um todo e para cada grupo de opção, para tornar a ajuda mais útil. A opção "tipo de opção foi adicionada.
Tags: Major feature enhancements
The help-formatting code was reorganized so that
it's easier to customize and extend. The notion of
"option groups" was added to help with this. A
"description" was added for the whole program and
for each option group, to make the help more
useful. The "choice" option type was added.

2002-04-12 01:33
1.3

Esta versão afrouxa as regras, para que você possa se safar, não especificando um 'tipo' ou 'destino' para muitas opções. Algum código foi reformulado para facilitar a subclassificação. Um diretório de exemplos foi adicionado.
Tags: Minor feature enhancements
This release loosens the rules, so you can get away with not specifiying a 'type' or 'dest' for many options. Some code has been refactored for easier subclassing. An examples directory has been added.

2001-12-19 02:33
1.2

Esta versão corrige o tratamento dos nua "-" e "-" por razões de coerência com getopt GNU. Documentação das opções de retorno foi expandida. Métodos para consultar / manipular uma lista de opções OptionParser foram adicionadas, assim como um padrão "- opção" versão.
Tags: Minor feature enhancements
This release fixes the handling of bare "--" and "-" for consistency with GNU getopt. Documentation of callback options has been expanded. Methods for querying/manipulating an OptionParser's option list have been added, as well as a standard "--version" option.

2001-11-29 04:03
1.1.1

Melhorias de Documentação, e uma correção para um bug que quebrou - foo = "" (argumento opção vazia) sintaxe.
Tags: Minor bugfixes
Documentation enhancements, and a fix for a bug that broke --foo="" (empty option argument) syntax.

2001-11-17 23:14
1.1

Esta versão permite intercaladas opções e argumentos posicionais, e permite que as opções a tomar vários argumentos. O script de teste foi dividido. Há lotes de refatoração que deve facilitar a vida das pessoas subclassificação de classes Optik.
Tags: Major feature enhancements
This release allows interspersed options and positional arguments, and allows options to take multiple arguments. The test script has been split up. There is lots of refactoring that should make life easier for people subclassing Optik classes.

Project Resources