Metadata-Version: 1.0
Name: opts
Version: 0.1
Summary: commandline option parser
Home-page: http://github.com/DasIch/opts
Author: Daniel Neuhäuser
Author-email: dasdasich@gmail.com
License: BSD
Description: Welcome to opts
        ===============
        opts is a simple python library which allows you to easiely parse command line
        arguments.
        
        Features
        --------
        
        - Supports so called commands e.g. ``hg clone``.
        
        - Supports abbreviations of commands and options e.g. ``hg cl`` instead of
          ``hg clone`` or ``hg --he`` instead of ``hg --help``.
        
        - Shows possible alternatives if you pass a command or an option does not exist
        
        - Declarative syntax for commands and parser.
        
Keywords: commandline option parser
Platform: any
