Télécharger la liste

Description du projet

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.

Système requise

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

Le help-formatage du code a été réorganisé afin qu'il soit plus facile à personnaliser et à étendre. La notion de «groupes d'options» a été ajouté pour aider à la présente. Une "description" a été ajoutée pour l'ensemble du programme et pour chaque groupe d'options, de rendre l'aide plus utile. Le choix "" type d'option a été ajoutée.
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

Ce communiqué de desserrer les règles, de sorte que vous pouvez vous contenter de specifiying pas un 'type' ou 'dest' pour de nombreuses options. Certains code a été remaniée pour faciliter la sous-classement. Un répertoire des exemples ont été ajoutés.
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

Cette version corrige la manipulation des nues "-" et "-" pour la compatibilité avec GNU getopt. La documentation des options de rappel a été élargi. Méthodes d'interrogation / manipulation OptionParser une liste d'options ont été ajoutées, ainsi que d'une norme "-" version option.
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

Améliorations de la documentation, et un correctif pour un bug qui a fait déborder - foo = "" (argument option vide) de syntaxe.
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

Cette version permet entrecoupées options et arguments de position, et permet des options à prendre plusieurs arguments. Le script de test a été scindé. Il ya beaucoup de refactoring qui devraient rendre la vie plus facile pour les personnes sous-classement des 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